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

This commit is contained in:
sjplimp
2016-07-25 19:55:01 +00:00
parent 751786364d
commit 8c04540e8a
2 changed files with 4 additions and 2 deletions

View File

@ -282,7 +282,8 @@ void FixQEq::setup_pre_force(int vflag)
if (force->newton_pair == 0)
error->all(FLERR,"QEQ with 'newton pair off' not supported");
neighbor->build_one(list);
// should not be needed
// neighbor->build_one(list);
deallocate_storage();
allocate_storage();

View File

@ -416,7 +416,8 @@ void FixQEqReax::init_taper()
void FixQEqReax::setup_pre_force(int vflag)
{
neighbor->build_one(list);
// should not be needed
// neighbor->build_one(list);
deallocate_storage();
allocate_storage();