From aaae3da12a9ba376d766870bdacbcb037fcd5cc7 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Fri, 13 Nov 2020 17:52:37 -0500 Subject: [PATCH] Update comment --- src/pair.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pair.cpp b/src/pair.cpp index 80d7830336..eff9690c70 100644 --- a/src/pair.cpp +++ b/src/pair.cpp @@ -869,7 +869,7 @@ void Pair::ev_setup(int eflag, int vflag, int alloc) } } - // if vflag_global = VIRIAL_GLOBAL_PW_FDOTR_W_GHOSTS and pair::compute() calls virial_fdotr_compute() + // if vflag_global = VIRIAL_FDOTR and pair::compute() calls virial_fdotr_compute() // compute global virial via (F dot r) instead of via pairwise summation // unset other flags as appropriate