diff --git a/tests/hadrons/Test_hadrons_rarekaon.cc b/tests/hadrons/Test_hadrons_rarekaon.cc index 3976d034..0601eeb6 100644 --- a/tests/hadrons/Test_hadrons_rarekaon.cc +++ b/tests/hadrons/Test_hadrons_rarekaon.cc @@ -185,6 +185,7 @@ inline void mesonContraction(Application &application, unsigned int npt, mesPar.output = std::to_string(npt) + "pt/" + label; mesPar.q1 = q1; mesPar.q2 = q2; + mesPar.mom = mom; mesPar.gammas = ""; application.createModule(modName, mesPar); }