mirror of
https://github.com/paboyle/Grid.git
synced 2025-07-29 10:47:07 +01:00
Tests builds clean.
This commit is contained in:
@@ -54,10 +54,11 @@ int main (int argc, char ** argv)
|
||||
SU3::HotConfiguration(pRNG,U);
|
||||
|
||||
double beta = 1.0;
|
||||
double c1 = 0.331;
|
||||
|
||||
//ConjugatePlaqPlusRectangleActionR Action(beta,c1);
|
||||
ConjugateWilsonGaugeActionR Action(beta);
|
||||
|
||||
// double c1 = 0.331;
|
||||
//ConjugatePlaqPlusRectangleActionR Action(beta,c1);
|
||||
|
||||
//WilsonGaugeActionR Action(beta);
|
||||
|
||||
ComplexD S = Action.S(U);
|
||||
|
@@ -93,7 +93,7 @@ int main(int argc, char **argv)
|
||||
RealD dt = 0.00005;
|
||||
RealD Hmom = 0.0;
|
||||
RealD Hmomprime = 0.0;
|
||||
RealD Hmompp = 0.0;
|
||||
// RealD Hmompp = 0.0;
|
||||
LatticeColourMatrix mommu(&Grid);
|
||||
LatticeColourMatrix forcemu(&Grid);
|
||||
LatticeGaugeField mom(&Grid);
|
||||
|
Reference in New Issue
Block a user