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

Namespace

This commit is contained in:
paboyle
2018-01-14 23:49:11 +00:00
parent 041d9137c0
commit eda4fd9912

View File

@@ -32,8 +32,7 @@ directory
#ifndef GRID_QCD_ACTION_PARAMS_H
#define GRID_QCD_ACTION_PARAMS_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
// These can move into a params header and be given MacroMagic serialisation
struct GparityWilsonImplParams {
@@ -82,11 +81,6 @@ namespace QCD {
precision(_precision){};
};
}
}
NAMESPACE_END(Grid);
#endif