mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Hide nsp
This commit is contained in:
@ -21,7 +21,7 @@ int main (int argc, char **argv)
|
||||
|
||||
double vol = Umu.Grid()->gSites();
|
||||
|
||||
const int nsp = Sp<Nc>::nsp;
|
||||
const int nsp = Nc/2;
|
||||
identity = 1.;
|
||||
Cidentity = 1.;
|
||||
|
||||
|
@ -20,8 +20,7 @@ int main (int argc, char **argv)
|
||||
LatticeColourMatrixD aux(&Grid);
|
||||
LatticeColourMatrixD identity(&Grid);
|
||||
|
||||
//const int nsp = Nc / 2;
|
||||
const int nsp = Sp<Nc>::nsp;
|
||||
const int nsp = Nc / 2;
|
||||
|
||||
identity = 1.0;
|
||||
RealD epsilon = 0.01;
|
||||
|
Reference in New Issue
Block a user