1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-25 21:25: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 #ifndef COVARIANT_LAPLACIAN_H
#define COVARIANT_LAPLACIAN_H #define COVARIANT_LAPLACIAN_H
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
struct LaplacianParams : Serializable { struct LaplacianParams : Serializable {
GRID_SERIALIZABLE_CLASS_MEMBERS(LaplacianParams, GRID_SERIALIZABLE_CLASS_MEMBERS(LaplacianParams,
@ -191,7 +190,6 @@ class LaplacianAdjointField: public Metric<typename Impl::Field> {
std::vector<GaugeLinkField> U; std::vector<GaugeLinkField> U;
}; };
} NAMESPACE_END(Grid);
}
#endif #endif