1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-21 09:12:03 +01:00

Hadrons: generelalised FImpl for actions

This commit is contained in:
2016-12-02 11:04:15 +09:00
parent 9ad3d3453e
commit b5555d85a7
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ void ADWF::execute(void)
auto &grb4 = *env().getRbGrid();
auto &g5 = *env().getGrid(par().Ls);
auto &grb5 = *env().getRbGrid(par().Ls);
FMat *fMatPt = new DomainWallFermionR(U, g5, grb5, g4, grb4, par().mass,
par().M5);
FMat *fMatPt = new DomainWallFermion<FIMPL>(U, g5, grb5, g4, grb4,
par().mass, par().M5);
env().setObject(getName(), fMatPt);
}