forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12260 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
bec3e62241
commit
2f8e551ce1
|
@ -104,6 +104,8 @@ FixQEqReax::FixQEqReax(LAMMPS *lmp, int narg, char **arg) :
|
|||
H.jlist = NULL;
|
||||
H.val = NULL;
|
||||
|
||||
comm_forward = comm_reverse = 1;
|
||||
|
||||
// perform initial allocation of atom-based arrays
|
||||
// register with Atom class
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ FixReaxCSpecies::FixReaxCSpecies(LAMMPS *lmp, int narg, char **arg) :
|
|||
nrepeat = atoi(arg[4]);
|
||||
global_freq = nfreq = atoi(arg[5]);
|
||||
|
||||
comm_forward = 1;
|
||||
comm_forward = 5;
|
||||
|
||||
if (nevery <= 0 || nrepeat <= 0 || nfreq <= 0)
|
||||
error->all(FLERR,"Illegal fix reax/c/species command");
|
||||
|
|
Loading…
Reference in New Issue