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

This commit is contained in:
sjplimp
2014-09-10 19:39:31 +00:00
parent ea08246205
commit 58a11d6bc2
5 changed files with 51 additions and 11 deletions

View File

@ -661,7 +661,7 @@ void Modify::add_fix(int narg, char **arg, int trysuffix)
// MUST change NEXCEPT above when add new fix to this list
const char *exceptions[NEXCEPT] =
{"GPU","OMP","Intel","property/atom","cmap"};
{"GPU","OMP","INTEL","property/atom","cmap"};
if (domain->box_exist == 0) {
int m;