Skip to content

Commit

Permalink
Merge pull request #1896 from glotzerlab/slightly-prettier-warning-me…
Browse files Browse the repository at this point in the history
…ssage

Fix minor typo in IntegratorTwoStep.cc
  • Loading branch information
joaander authored Sep 26, 2024
2 parents b17e731 + fa7859f commit 8831d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hoomd/md/IntegratorTwoStep.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 8831d73

Please sign in to comment.