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

This commit is contained in:
sjplimp
2012-01-26 15:55:41 +00:00
parent 2aaf4f6d7e
commit 96a4977bd0
2 changed files with 3 additions and 1 deletions

View File

@ -89,7 +89,7 @@ void FixReaxCBonds::init()
"pair_style reax/c");
// Notify pair_reax_c to calculation bonding information
reaxc->fixspecies_flag = 1;
reaxc->fixbond_flag = 1;
}

View File

@ -100,6 +100,8 @@ PairReaxC::PairReaxC(LAMMPS *lmp) : Pair(lmp)
pvector = new double[nextra];
setup_flag = 0;
fixbond_flag = fixspecies_flag = 0;
}
/* ---------------------------------------------------------------------- */