git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15368 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -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();
|
||||
|
||||
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user