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