remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer 2020-09-16 22:57:49 -04:00
parent c14fd3131a
commit 6e9a39cf22
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ void FixRigidSmall::apply_langevin_thermostat()
// convert langevin torques from body frame back to space frame
MathExtra::matvec(ex_space,ey_space,ez_space,tbody,&langextra[ibody][3]);
MathExtra::matvec(ex_space,ey_space,ez_space,tbody,&langextra[ibody][3]);
}
}