glotzerlab / hoomd-blue

Molecular dynamics and Monte Carlo soft matter simulation on GPUs.
http://glotzerlab.engin.umich.edu/hoomd-blue
BSD 3-Clause "New" or "Revised" License
342 stars 133 forks source link

Fix minor typo in IntegratorTwoStep.cc #1896

Closed tcmoore3 closed 2 months ago

tcmoore3 commented 2 months ago

Description

Makes the warning message *Warning*: Forces provide torques, but integrate_rotational_dof isfalse. print as *Warning*: Forces provide torques, but integrate_rotational_dof is false.

How has this been tested?

Confirmed that the warning appears as expected locally.

Change log

Fixed miscellaneous typographical errors. 

(assuming there are other typo fixes).

Checklist: