1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 11:15:55 +01:00

G5R5 update

This commit is contained in:
Peter Boyle 2015-06-09 22:41:27 +01:00
parent 708d4f7533
commit 3a52bc4ce1

View File

@ -55,7 +55,7 @@ int main (int argc, char ** argv)
MdagMLinearOperator<DomainWallFermion,LatticeFermion> HermOp(Ddwf);
MCR(HermOp,src,result);
Gamma5HermitianLinearOperator<DomainWallFermion,LatticeFermion> g5HermOp(Ddwf);
Gamma5R5HermitianLinearOperator<DomainWallFermion,LatticeFermion> g5HermOp(Ddwf);
MCR(g5HermOp,src,result);