1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-10 19:36:56 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 22:02:09 +00:00
parent 9aa34dc803
commit 8bf78846ee

View File

@ -30,8 +30,7 @@ directory
#ifndef COVARIANT_LAPLACIAN_H
#define COVARIANT_LAPLACIAN_H
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
struct LaplacianParams : Serializable {
GRID_SERIALIZABLE_CLASS_MEMBERS(LaplacianParams,
@ -191,7 +190,6 @@ class LaplacianAdjointField: public Metric<typename Impl::Field> {
std::vector<GaugeLinkField> U;
};
}
}
NAMESPACE_END(Grid);
#endif