1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-18 09:45:55 +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 for the HMC execution
*/ */
namespace Grid { NAMESPACE_BEGIN(Grid);
////////////////////////////////////////////// //////////////////////////////////////////////
// Actions // Actions
@ -85,7 +85,7 @@ class ActionModule
// Modules // Modules
////////////////////////// //////////////////////////
namespace QCD{
class PlaqPlusRectangleGaugeActionParameters : Serializable { class PlaqPlusRectangleGaugeActionParameters : Serializable {
public: public:
@ -509,9 +509,8 @@ class HMC_ActionModuleFactory
} }
}; };
extern char gauge_string[]; extern char gauge_string[];
} // Grid
NAMESPACE_END(Grid);
#endif //HMC_MODULES_H #endif //HMC_MODULES_H