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

This commit is contained in:
sjplimp
2010-03-02 22:59:12 +00:00
parent de17fb0b7b
commit f8213d6bae
2 changed files with 2 additions and 2 deletions

View File

@ -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]);

View File

@ -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]);