From c5f6b5c6873795d742d637cf6cd6eabfe8b5fe05 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 15 Apr 2020 14:29:37 -0400 Subject: [PATCH] one more whitespace fix --- src/fix_restrain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fix_restrain.cpp b/src/fix_restrain.cpp index a6793a36be..f1032c1bc1 100644 --- a/src/fix_restrain.cpp +++ b/src/fix_restrain.cpp @@ -382,11 +382,11 @@ void FixRestrain::restrain_lbound(int m) rk = k * dr; // force & energy - + if (dr < 0) { if (r > 0.0) fbond = -2.0*rk/r; else fbond = 0.0; - + elbound += rk*dr; energy += rk*dr; } else {