diff --git a/hoomd/hpmc/ShapeMoves.h b/hoomd/hpmc/ShapeMoves.h index 45910bcbc0..990f0dd63b 100644 --- a/hoomd/hpmc/ShapeMoves.h +++ b/hoomd/hpmc/ShapeMoves.h @@ -589,7 +589,8 @@ template<> class ElasticShapeMove : public ElasticShapeMoveBase< void update_shape(uint64_t timestep, const unsigned int& type_id, param_type& param, - hoomd::RandomGenerator& rng) + hoomd::RandomGenerator& rng, + bool managed) { Scalar lnx = log(param.x / param.y); Scalar stepsize = this->m_step_size[type_id];