1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01:00

Namespace

This commit is contained in:
paboyle 2018-01-14 22:06:01 +00:00
parent 4491d87766
commit 3a9f746421

View File

@ -5,8 +5,7 @@
#include <array> #include <array>
namespace Grid { NAMESPACE_BEGIN(Grid);
namespace QCD {
class Gamma { class Gamma {
public: public:
@ -1343,6 +1342,6 @@ inline auto operator*(const iMatrix<vtype, Ns> &arg, const Gamma &G)
return ret; return ret;
} }
}} NAMESPACE_END(Grid);
#endif // GRID_QCD_GAMMA_H #endif // GRID_QCD_GAMMA_H