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

Compiles now

This commit is contained in:
Azusa Yamaguchi
2016-11-03 16:58:23 +00:00
parent 1c5b7a6be5
commit ee686a7d85
5 changed files with 17 additions and 16 deletions

View File

@ -111,7 +111,8 @@ int main (int argc, char ** argv)
RealD mass=0.1;
RealD c1=9.0/8.0;
RealD c2=-1.0/24.0;
ImprovedStaggeredFermionR Ds(Umu,Grid,RBGrid,mass,c1,c2,params);
RealD u0=1.0;
ImprovedStaggeredFermionR Ds(Umu,Grid,RBGrid,mass,c1,c2,u0,params);
std::cout<<GridLogMessage << "Calling Ds"<<std::endl;
int ncall=1000;