1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-15 06:17:05 +01:00

Namespace

This commit is contained in:
paboyle
2018-01-14 22:04:21 +00:00
parent 0e080a7abc
commit 4491d87766

View File

@ -28,8 +28,9 @@ Author: Peter Boyle <peterboyle@Peters-MacBook-Pro-2.local>
/* END LEGAL */
#ifndef GRID_QCD_TWOSPIN_H
#define GRID_QCD_TWOSPIN_H
namespace Grid{
namespace QCD {
NAMESPACE_BEGIN(Grid);
//////////////////////////////////////////////////////////////////////////////////////////////////////
// Normalisation alert; the g5 project is 1/2(1+-G5)
@ -1085,6 +1086,6 @@ namespace QCD {
spProj5m(hspin._internal[i][j],fspin._internal[i][j]);
}}
}
} //namespace QCD
} // Grid
NAMESPACE_END(Grid);
#endif