git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14755 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2016-03-21 15:55:33 +00:00
parent 6e3ea06b11
commit 784d8cc2f8
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ void Comm::set_processors(int narg, char **arg)
} else if (strcmp(arg[iarg+1],"numa") == 0) { } else if (strcmp(arg[iarg+1],"numa") == 0) {
gridflag = NUMA; gridflag = NUMA;
} else if (strcmp(arg[iarg],"custom") == 0) { } else if (strcmp(arg[iarg+1],"custom") == 0) {
if (iarg+3 > narg) error->all(FLERR,"Illegal processors command"); if (iarg+3 > narg) error->all(FLERR,"Illegal processors command");
gridflag = CUSTOM; gridflag = CUSTOM;
delete [] customfile; delete [] customfile;