# | Line 91 | Line 91 | namespace OpenMD { | |
---|---|---|
91 | map<Inversion*, InversionDataSet> inversionDataSets; | |
92 | Mat3x3d tau; | |
93 | ||
94 | – | vector<pair<int, int> > neighborList_; |
95 | – | |
94 | InteractionManager* interactionMan_; | |
95 | ForceDecomposition* fDecomp_; | |
96 | SwitchingFunction* swfun_; | |
97 | vector<pair<int, int> > neighborList; | |
98 | < | map< pair<int, int>, pair<RealType, RealType> > groupCutoffMap; |
101 | < | |
98 | > | map< pair<int, int>, pair<RealType, RealType> > groupCutoffMap; |
99 | }; | |
100 | ||
101 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |