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

Comparing trunk/src/parallel/ForceMatrixDecomposition.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 67 | Line 67 | namespace OpenMD {
67      void collectData();
68  
69      // neighbor list routines
70 <    vector<pair<int, int> >  buildNeighborList();
70 >    void buildNeighborList(vector<pair<int, int> >& neighborList);
71  
72      // group bookkeeping
73      groupCutoffs getGroupCutoffs(int cg1, int cg2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines