713 |
|
vector<int>::iterator ia, jb; |
714 |
|
|
715 |
|
int loopStart, loopEnd; |
716 |
< |
|
716 |
> |
|
717 |
|
idat.vdwMult = &vdwMult; |
718 |
|
idat.electroMult = &electroMult; |
719 |
|
idat.pot = &workPot; |
746 |
|
if (update_nlist) { |
747 |
|
if (!usePeriodicBoundaryConditions_) |
748 |
|
Mat3x3d bbox = thermo->getBoundingBox(); |
749 |
< |
neighborList = fDecomp_->buildNeighborList(); |
749 |
> |
fDecomp_->buildNeighborList(neighborList_); |
750 |
|
} |
751 |
|
} |
752 |
|
|
753 |
< |
for (vector<pair<int, int> >::iterator it = neighborList.begin(); |
754 |
< |
it != neighborList.end(); ++it) { |
753 |
> |
for (vector<pair<int, int> >::iterator it = neighborList_.begin(); |
754 |
> |
it != neighborList_.end(); ++it) { |
755 |
|
|
756 |
|
cg1 = (*it).first; |
757 |
|
cg2 = (*it).second; |