1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:33:18 +00:00
parent 12a7216dfe
commit cfe6c6838f

View File

@ -48,8 +48,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
} \
}
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
// HMC Resource manager
template <class ImplementationPolicy>
@ -305,7 +304,7 @@ private:
};
}
}
NAMESPACE_END(Grid);
#endif // HMC_RESOURCE_MANAGER_H