From 6e9a39cf2286ba7bd6d3d4a418306c6bfef939e3 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 16 Sep 2020 22:57:49 -0400 Subject: [PATCH] remove trailing whitespace --- src/RIGID/fix_rigid_small.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RIGID/fix_rigid_small.cpp b/src/RIGID/fix_rigid_small.cpp index b6d68a5222..950c65d505 100644 --- a/src/RIGID/fix_rigid_small.cpp +++ b/src/RIGID/fix_rigid_small.cpp @@ -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]); } }