mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-18 09:45:55 +01:00
Namespace
This commit is contained in:
parent
93f09818da
commit
c978c88521
@ -34,7 +34,7 @@ Define loadable, serializable modules
|
|||||||
for the HMC execution
|
for the HMC execution
|
||||||
*/
|
*/
|
||||||
|
|
||||||
namespace Grid {
|
NAMESPACE_BEGIN(Grid);
|
||||||
|
|
||||||
// Empty class for no parameters
|
// Empty class for no parameters
|
||||||
class NoParameters{};
|
class NoParameters{};
|
||||||
@ -122,9 +122,6 @@ class Registrar {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NAMESPACE_END(Grid);
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#endif //HMC_MODULES_H
|
#endif //HMC_MODULES_H
|
Loading…
x
Reference in New Issue
Block a user