mirror of
https://github.com/paboyle/Grid.git
synced 2025-08-11 00:37:06 +01:00
Expose Nc as a compile time configure option.
Remove precision option
This commit is contained in:
@@ -116,7 +116,7 @@ int main (int argc, char ** argv)
|
||||
|
||||
LatticeGaugeField Umu(UGrid);
|
||||
LatticeGaugeFieldF UmuF(UGridF);
|
||||
SU3::HotConfiguration(RNG4,Umu);
|
||||
SU<Nc>::HotConfiguration(RNG4,Umu);
|
||||
precisionChange(UmuF,Umu);
|
||||
std::vector<LatticeColourMatrix> U(4,UGrid);
|
||||
|
||||
|
Reference in New Issue
Block a user