make neighbor list reset message for minimization more explicit

This commit is contained in:
Axel Kohlmeyer
2017-06-22 19:07:57 -04:00
parent c5430b0a26
commit a714b57741

View File

@ -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;