git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12459 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -105,7 +105,11 @@ FixOMP::FixOMP(LAMMPS *lmp, int narg, char **arg)
|
||||
else if (strcmp(arg[iarg]+1,"no") == 0) _neighbor = false;
|
||||
else error->all(FLERR,"Illegal package omp command");
|
||||
iarg += 2;
|
||||
} else if (strcmp(arg[iarg],"mixed") == 0) {
|
||||
}
|
||||
|
||||
// undocumented options
|
||||
|
||||
else if (strcmp(arg[iarg],"mixed") == 0) {
|
||||
_mixed = true;
|
||||
iarg++;
|
||||
} else if (strcmp(arg[iarg],"double") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user