diff --git a/Grid/qcd/hmc/integrators/Integrator.h b/Grid/qcd/hmc/integrators/Integrator.h index 385ff986..0276b6fd 100644 --- a/Grid/qcd/hmc/integrators/Integrator.h +++ b/Grid/qcd/hmc/integrators/Integrator.h @@ -237,7 +237,7 @@ public: for (int level = 0; level < as.size(); ++level) { int multiplier = as.at(level).multiplier; - ActionLevel * Level = new ActionLevel(multiplier); + ActionLevel * Level = new ActionLevel(multiplier); Level->push_back(new EmptyAction); LevelForces.push_back(*Level); // does it copy by value or reference??