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

This commit is contained in:
sjplimp
2014-09-09 22:33:06 +00:00
parent 4374200a77
commit f9684d5076

View File

@ -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) {