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

This commit is contained in:
sjplimp 2016-06-07 18:03:42 +00:00
parent 2f225bbc3a
commit 0288bdba40
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ using namespace FixConst;
#define DELTA 4
#define BIG 1.0e20
#define NEXCEPT 5 // change when add to exceptions in add_fix()
#define NEXCEPT 6 // change when add to exceptions in add_fix()
/* ---------------------------------------------------------------------- */
@ -697,7 +697,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","rx"};
if (domain->box_exist == 0) {
int m;