forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4686 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5810937ea9
commit
0cbc417a6f
|
@ -180,7 +180,7 @@ void FixOrientFCC::init()
|
|||
if (strcmp(update->integrate_style,"respa") == 0)
|
||||
nlevels_respa = ((Respa *) update->integrate)->nlevels;
|
||||
|
||||
// need a full neighbor list, built when ever re-neighboring occurs
|
||||
// need a full neighbor list, built whenever re-neighboring occurs
|
||||
|
||||
int irequest = neighbor->request((void *) this);
|
||||
neighbor->requests[irequest]->pair = 0;
|
||||
|
|
Loading…
Reference in New Issue