mirror of
https://github.com/paboyle/Grid.git
synced 2025-09-21 10:41:05 +01:00
Expose Nc as a compile time configure option.
Remove precision option
This commit is contained in:
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
|
||||
FermionField chi(&Grid);
|
||||
random(pRNG, chi);
|
||||
LatticeGaugeField Umu(&Grid);
|
||||
SU3::HotConfiguration(pRNG, Umu);
|
||||
SU<Nc>::HotConfiguration(pRNG, Umu);
|
||||
std::vector<LatticeColourMatrix> U(4, &Grid);
|
||||
|
||||
double volume = 1;
|
||||
|
Reference in New Issue
Block a user