ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/parallel/ForceDecomposition.hpp
(Generate patch)

Comparing trunk/src/parallel/ForceDecomposition.hpp (file contents):
Revision 1893 by gezelter, Wed Jun 19 17:19:07 2013 UTC vs.
Revision 1895 by gezelter, Mon Jul 1 21:09:37 2013 UTC

# Line 113 | Line 113 | namespace OpenMD {
113  
114      // neighbor list routines
115      virtual bool checkNeighborList();
116 <    virtual vector<pair<int, int> >  buildNeighborList() = 0;
116 >    virtual void buildNeighborList(vector<pair<int, int> >& neighborList) = 0;
117  
118      // how to handle cutoffs:
119      void setCutoffPolicy(CutoffPolicy cp) {cutoffPolicy_ = cp;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines