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

This commit is contained in:
sjplimp
2016-07-06 15:52:15 +00:00
parent 85cb6786e0
commit 9da26677c5
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ NeighRequest::NeighRequest(LAMMPS *lmp) : Pointers(lmp)
occasional = 0;
newton = 0;
special = 1;
//special = 1;
dnum = 0;
ghost = 0;
omp = 0;
@ -127,7 +127,7 @@ int NeighRequest::identical(NeighRequest *other)
if (newton != other->newton) same = 0;
if (occasional != other->occasional) same = 0;
if (special != other->special) same = 0;
//if (special != other->special) same = 0;
if (dnum != other->dnum) same = 0;
if (ghost != other->ghost) same = 0;
if (omp != other->omp) same = 0;