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