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

Comparing branches/devel_omp/src/parallel/ForceMatrixDecomposition.hpp (file contents):
Revision 1594 by chuckv, Tue Jul 19 16:45:30 2011 UTC vs.
Revision 1595 by chuckv, Tue Jul 19 18:50:04 2011 UTC

# Line 66 | Line 66 | namespace OpenMD {
66  
67      // neighbor list routines
68      vector<pair<int, int> >  buildNeighborList();
69 +    // neighbor list routines based on Rapaport
70 +    vector<vector<int> > buildLayerBasedNeighborList();
71  
72      // group bookkeeping
73      groupCutoffs getGroupCutoffs(int cg1, int cg2);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines