Skip to content

Commit

Permalink
correcting input flag for Himalaya
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jun 15, 2018
1 parent 6ec2509 commit b334a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/SelfEnergies.m
Expand Up @@ -1467,7 +1467,7 @@ therefore not be accessed in the form Glu(gO2).
#if Himalaya_VERSION_MAJOR < 2
const auto hier = hc.calculateDMh3L(true, ren_scheme);
#else
const auto hier = hc.calculateDMh3L(false);
const auto hier = hc.calculateDMh3L(true);
#endif
// calculate the 3-loop corrections
Expand Down

0 comments on commit b334a49

Please sign in to comment.