From 0202b1169a6c22800368553428f2deccc8a0ef28 Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Sun, 12 Sep 2021 23:08:36 -0500 Subject: [PATCH] Minor edits to the error message --- src/GPU/fix_gpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GPU/fix_gpu.cpp b/src/GPU/fix_gpu.cpp index 1c6d2655ba..f4b5dc1d86 100644 --- a/src/GPU/fix_gpu.cpp +++ b/src/GPU/fix_gpu.cpp @@ -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;