Skip to content

Commit

Permalink
Added final managed flag
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed Jan 24, 2024
1 parent 9205c78 commit 6947eab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hoomd/hpmc/ShapeMoves.h
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,8 @@ template<> class ElasticShapeMove<ShapeEllipsoid> : 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];
Expand Down

0 comments on commit 6947eab

Please sign in to comment.