remove trailing whitespace

This commit is contained in:
Axel Kohlmeyer
2020-09-16 22:57:49 -04:00
parent c14fd3131a
commit 6e9a39cf22

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]);
}
}