remove trailing whitespace
This commit is contained in:
@ -26,7 +26,7 @@ RegIntersect::RegIntersect(LAMMPS *lmp, int narg, char **arg) :
|
||||
Region(lmp, narg, arg), idsub(NULL)
|
||||
{
|
||||
nregion = 0;
|
||||
|
||||
|
||||
if (narg < 5) error->all(FLERR,"Illegal region command");
|
||||
int n = force->inumeric(FLERR,arg[2]);
|
||||
if (n < 2) error->all(FLERR,"Illegal region command");
|
||||
|
||||
Reference in New Issue
Block a user