mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 22:07:05 +01:00
Merge branch 'feature/dirichlet' of https://github.com/paboyle/Grid into feature/dirichlet
This commit is contained in:
@ -146,9 +146,9 @@ int main (int argc, char ** argv)
|
||||
ref = -0.5*ref;
|
||||
RealD mass=0.1;
|
||||
|
||||
typename WilsonFermionR::ImplParams params;
|
||||
typename WilsonFermionD::ImplParams params;
|
||||
|
||||
WilsonFermionR Dw(Umu,Grid,RBGrid,mass,params);
|
||||
WilsonFermionD Dw(Umu,Grid,RBGrid,mass,params);
|
||||
|
||||
std::cout<<GridLogMessage << "Calling Dw"<<std::endl;
|
||||
int ncall=1000;
|
||||
|
Reference in New Issue
Block a user