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 2063 by gezelter, Tue Mar 3 16:40:39 2015 UTC vs.
Revision 2064 by gezelter, Tue Mar 3 17:02:20 2015 UTC

# Line 81 | Line 81 | namespace OpenMD {
81      RealType& getMassFactorColumn(int atom2);
82  
83      // spatial data
84 <    inline Vector3d getIntergroupVector(int cg1, int cg2);
85 <    inline Vector3d getInteratomicVector(int atom1, int atom2);
84 >    Vector3d getIntergroupVector(int cg1, int cg2);
85 >    Vector3d getInteratomicVector(int atom1, int atom2);
86        
87      // atom bookkeeping
88      int& getNAtomsInRow();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines