From a714b5774132011a0199031b535277bd4c3137ae Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer <akohlmey@gmail.com> Date: Thu, 22 Jun 2017 19:07:57 -0400 Subject: [PATCH] make neighbor list reset message for minimization more explicit --- src/min.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/min.cpp b/src/min.cpp index d308efb848..af23629cad 100644 --- a/src/min.cpp +++ b/src/min.cpp @@ -165,8 +165,8 @@ void Min::init() if (neigh_every != 1 || neigh_delay != 0 || neigh_dist_check != 1) { if (comm->me == 0) - error->warning(FLERR, - "Resetting reneighboring criteria during minimization"); + error->warning(FLERR, "Using 'neigh_modify every 1 delay 0 check" + " yes' setting during minimization"); } neighbor->every = 1; -- GitLab