From 8121ec023acedf0625bcfcdc3b55f08ee896d541 Mon Sep 17 00:00:00 2001 From: Akhlak Mahmood <109297014+akhlakm@users.noreply.github.com> Date: Fri, 2 Sep 2022 22:00:04 -0400 Subject: [PATCH] fix trailing whitespace --- src/fix_nve_sphere.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/fix_nve_sphere.cpp b/src/fix_nve_sphere.cpp index 94397dc6b8..8ece78d011 100644 --- a/src/fix_nve_sphere.cpp +++ b/src/fix_nve_sphere.cpp @@ -36,7 +36,6 @@ FixNVESphere::FixNVESphere(LAMMPS *lmp, int narg, char **arg) : FixNVE(lmp, narg, arg) { if (narg < 3) utils::missing_cmd_args(FLERR, "fix nve/sphere", error); - time_integrate = 1;