| # | Line 82 | Line 82 | namespace OpenMD { | |
|---|---|---|
| 82 | RealType vdwMult; /**< multiplier for van der Waals interactions */ | |
| 83 | RealType electroMult; /**< multiplier for electrostatic interactions */ | |
| 84 | RealType pot[4]; /**< total potential */ | |
| 85 | < | RealType vpair[4]; /**< pair potential */ |
| 85 | > | RealType vpair; /**< pair potential */ |
| 86 | Vector3d f1; /**< force between the two atoms */ | |
| 87 | Mat3x3d eFrame1; /**< pointer to electrostatic frame for first atom */ | |
| 88 | Mat3x3d eFrame2; /**< pointer to electrostatic frame for second atom*/ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |