Closed edbennett closed 9 months ago
The change introduced in d1d9827 made HMC code using higher representations fail to compile, as LevelForces.push_back() fails due to type mismatches.
LevelForces.push_back()
This PR adjusts the definition of LevelForces to correctly apply the RepresentationPolicy of the Integrator.
LevelForces
RepresentationPolicy
Integrator
Thanks Ed ! Sorry about that.
The change introduced in d1d9827 made HMC code using higher representations fail to compile, as
LevelForces.push_back()
fails due to type mismatches.This PR adjusts the definition of
LevelForces
to correctly apply theRepresentationPolicy
of theIntegrator
.