1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-03 05:07:07 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 22:24:47 +00:00
parent d29fa23ebc
commit 3bf8fddbb5

View File

@@ -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