1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00: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>
namespace Grid {
namespace QCD {
NAMESPACE_BEGIN(Grid);
class Gamma {
public:
@ -1343,6 +1342,6 @@ inline auto operator*(const iMatrix<vtype, Ns> &arg, const Gamma &G)
return ret;
}
}}
NAMESPACE_END(Grid);
#endif // GRID_QCD_GAMMA_H