Skip to content

Commit 8831d73

Browse files
authored
Merge pull request #1896 from glotzerlab/slightly-prettier-warning-message
Fix minor typo in IntegratorTwoStep.cc
2 parents b17e731 + fa7859f commit 8831d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hoomd/md/IntegratorTwoStep.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ void IntegratorTwoStep::prepRun(uint64_t timestep)
235235
if (!m_integrate_rotational_dof && areForcesAnisotropic())
236236
{
237237
m_exec_conf->msg->warning() << "Forces provide torques, but integrate_rotational_dof is"
238-
"false."
238+
" false."
239239
<< endl;
240240
}
241241

0 commit comments

Comments
 (0)