Skip to content

Commit

Permalink
fixed perm index (I think!)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luu committed Apr 9, 2018
1 parent 4e16307 commit 9f96781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadron_PDFv2/nucleon_meas.cc
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ namespace Chroma
// nucleon.calcDirect(prop_PD);
// nucleon.writeMass();
// nucleon.calcExchange(prop_PD,prop_PD);
nucleon.calcBlock(prop_PDd,prop_PDu,111);
nucleon.calcBlock(prop_PDu,prop_PDd,112);
nucleon.calcMassFromBlocks();
// nucleon.calc_G1pG1p_A1p();
nucleon.free();
Expand Down

0 comments on commit 9f96781

Please sign in to comment.