From 101deae472b87a29b6591291bd1b533dbc6bc8c8 Mon Sep 17 00:00:00 2001 From: Stephen Sanderson Date: Mon, 19 Apr 2021 10:19:44 +1000 Subject: [PATCH] Removed error thrown when bound xxx upper is used --- src/compute_chunk_atom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compute_chunk_atom.cpp b/src/compute_chunk_atom.cpp index be1e1e1035..ed36929e4e 100644 --- a/src/compute_chunk_atom.cpp +++ b/src/compute_chunk_atom.cpp @@ -245,7 +245,6 @@ ComputeChunkAtom::ComputeChunkAtom(LAMMPS *lmp, int narg, char **arg) : else maxflag[idim] = COORD; if (maxflag[idim] == COORD) maxvalue[idim] = utils::numeric(FLERR,arg[iarg+3],false,lmp); - else error->all(FLERR,"Illegal compute chunk/atom command"); iarg += 4; } else if (strcmp(arg[iarg],"units") == 0) { if (iarg+2 > narg) error->all(FLERR,"Illegal compute chunk/atom command");