git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3864 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -49,7 +49,7 @@ FixBondBreak::FixBondBreak(LAMMPS *lmp, int narg, char **arg) :
|
||||
vector_flag = 1;
|
||||
size_vector = 2;
|
||||
global_freq = 1;
|
||||
extvector = 1;
|
||||
extvector = 0;
|
||||
|
||||
btype = atoi(arg[4]);
|
||||
double cutoff = atof(arg[5]);
|
||||
|
||||
@ -53,7 +53,7 @@ FixBondCreate::FixBondCreate(LAMMPS *lmp, int narg, char **arg) :
|
||||
vector_flag = 1;
|
||||
size_vector = 2;
|
||||
global_freq = 1;
|
||||
extvector = 1;
|
||||
extvector = 0;
|
||||
|
||||
iatomtype = atoi(arg[4]);
|
||||
jatomtype = atoi(arg[5]);
|
||||
|
||||
Reference in New Issue
Block a user