Minor edits to the error message

This commit is contained in:
Trung Nguyen
2021-09-12 23:08:36 -05:00
parent 904a2ef910
commit 0202b1169a

View File

@ -219,7 +219,7 @@ FixGPU::FixGPU(LAMMPS *lmp, int narg, char **arg) :
// require newton pair off if _particle_split < 1
if (force->newton_pair == 1 && _particle_split < 1)
error->all(FLERR,"Cannot use newton pair on for split less than 1");
error->all(FLERR,"Cannot use newton pair on for split less than 1 for now");
if (pair_only_flag) {
lmp->suffixp = lmp->suffix;