diff --git a/hoomd/md/IntegratorTwoStep.cc b/hoomd/md/IntegratorTwoStep.cc index 9aae2e63c5..da0626ae37 100644 --- a/hoomd/md/IntegratorTwoStep.cc +++ b/hoomd/md/IntegratorTwoStep.cc @@ -235,7 +235,7 @@ void IntegratorTwoStep::prepRun(uint64_t timestep) if (!m_integrate_rotational_dof && areForcesAnisotropic()) { m_exec_conf->msg->warning() << "Forces provide torques, but integrate_rotational_dof is" - "false." + " false." << endl; }