mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-03 05:07:07 +01:00
Namespace
This commit is contained in:
@@ -34,7 +34,7 @@ Define loadable, serializable modules
|
||||
for the HMC execution
|
||||
*/
|
||||
|
||||
namespace Grid {
|
||||
NAMESPACE_BEGIN(Grid);
|
||||
|
||||
//////////////////////////////////////////////
|
||||
// Actions
|
||||
@@ -85,7 +85,7 @@ class ActionModule
|
||||
// Modules
|
||||
//////////////////////////
|
||||
|
||||
namespace QCD{
|
||||
|
||||
|
||||
class PlaqPlusRectangleGaugeActionParameters : Serializable {
|
||||
public:
|
||||
@@ -509,9 +509,8 @@ class HMC_ActionModuleFactory
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
extern char gauge_string[];
|
||||
} // Grid
|
||||
|
||||
NAMESPACE_END(Grid);
|
||||
|
||||
#endif //HMC_MODULES_H
|
Reference in New Issue
Block a user