| # | Line 833 | Line 833 | namespace OpenMD { | |
|---|---|---|
| 833 | #endif | |
| 834 | } | |
| 835 | ||
| 836 | < | inline Vector3d ForceMatrixDecomposition::getIntergroupVector(int cg1, | 
| 837 | < | int cg2){ | 
| 836 | > | Vector3d ForceMatrixDecomposition::getIntergroupVector(int cg1, | 
| 837 | > | int cg2){ | 
| 838 | ||
| 839 | Vector3d d; | |
| 840 | #ifdef IS_MPI | |
| # | Line 913 | Line 913 | namespace OpenMD { | |
| 913 | ||
| 914 | } | |
| 915 | ||
| 916 | < | inline Vector3d ForceMatrixDecomposition::getInteratomicVector(int atom1, | 
| 917 | < | int atom2){ | 
| 916 | > | Vector3d ForceMatrixDecomposition::getInteratomicVector(int atom1, | 
| 917 | > | int atom2){ | 
| 918 | Vector3d d; | |
| 919 | ||
| 920 | #ifdef IS_MPI | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |