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

Cleaning up previous debug lines

This commit is contained in:
Guido Cossu
2016-12-13 07:53:43 +00:00
parent 5c74b6028b
commit 2fb92dbc6e
4 changed files with 4 additions and 13 deletions

View File

@ -60,9 +60,9 @@ public:
// Gauge action
WilsonGaugeActionR Waction(5.6);
Real mass=0.04;
Real pv =1.0;
RealD M5=1.5;
Real mass= 0.04;
Real pv = 1.0;
RealD M5 = 1.5;
FermionAction DenOp(U,*FGrid,*FrbGrid,*UGrid,*UrbGrid,mass,M5);
FermionAction NumOp(U,*FGrid,*FrbGrid,*UGrid,*UrbGrid,pv,M5);