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 1895 by gezelter, Mon Jul 1 21:09:37 2013 UTC vs.
Revision 1896 by gezelter, Tue Jul 2 20:02:31 2013 UTC

# Line 70 | Line 70 | namespace OpenMD {
70      void buildNeighborList(vector<pair<int, int> >& neighborList);
71  
72      // group bookkeeping
73 <    groupCutoffs getGroupCutoffs(int cg1, int cg2);
73 >    void getGroupCutoffs(int &cg1, int &cg2, RealType &rcut, RealType &rcutsq, RealType &rlistsq);
74      Vector3d& getGroupVelocityColumn(int cg2);
75  
76      // Group->atom bookkeeping

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines