git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15264 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2016-07-06 14:54:27 +00:00
parent 33ae48afa5
commit 85cb6786e0

View File

@ -198,9 +198,11 @@ void Pair::init()
if (tail_flag && domain->nonperiodic && comm->me == 0)
error->warning(FLERR,"Using pair tail corrections with nonperiodic system");
if (!compute_flag && tail_flag)
error->warning(FLERR,"Using pair tail corrections with pair_modify compute no");
error->warning(FLERR,"Using pair tail corrections with "
"pair_modify compute no");
if (!compute_flag && offset_flag)
error->warning(FLERR,"Using pair potential shift with pair_modify compute no");
error->warning(FLERR,"Using pair potential shift with "
"pair_modify compute no");
// for manybody potentials
// check if bonded exclusions could invalidate the neighbor list