forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@5582 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8c6d55b5bf
commit
328acf2040
|
@ -239,7 +239,6 @@ void PairReaxC::coeff( int nargs, char **args )
|
|||
|
||||
if (itmp < 0 || itmp >= nreax_types)
|
||||
error->all("Non-existent ReaxFF type");
|
||||
|
||||
}
|
||||
|
||||
int n = atom->ntypes;
|
||||
|
@ -290,7 +289,7 @@ void PairReaxC::init_style( )
|
|||
|
||||
cutmax = MAX3(control->nonb_cut, control->hbond_cut, 2*control->bond_cut);
|
||||
|
||||
for( int i = 0; i < LIST_N; ++i )
|
||||
for(int i = 0; i < LIST_N; ++i )
|
||||
lists[i].allocated = 0;
|
||||
|
||||
if (fix_reax == NULL) {
|
||||
|
|
Loading…
Reference in New Issue