From 6947eab265ef7e257dca330df27ed86d5bc6a7d3 Mon Sep 17 00:00:00 2001 From: janbridley Date: Wed, 24 Jan 2024 12:39:26 -0500 Subject: [PATCH] Added final managed flag --- hoomd/hpmc/ShapeMoves.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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];