git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15264 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user