mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15147 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2f225bbc3a
commit
0288bdba40
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue