ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/brains/ForceManager.cpp
(Generate patch)

Comparing branches/development/src/brains/ForceManager.cpp (file contents):
Revision 1601 by gezelter, Thu Aug 4 20:04:35 2011 UTC vs.
Revision 1612 by gezelter, Fri Aug 12 19:59:56 2011 UTC

# Line 582 | Line 582 | namespace OpenMD {
582          bool update_nlist = fDecomp_->checkNeighborList();
583          if (update_nlist)
584            neighborList = fDecomp_->buildNeighborList();
585 <      }      
586 <        
585 >      }            
586 >
587        for (vector<pair<int, int> >::iterator it = neighborList.begin();
588               it != neighborList.end(); ++it) {
589                  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines