# | Line 52 | Line 52 | |
---|---|---|
52 | #include "nonbonded/Morse.hpp" | |
53 | #include "nonbonded/Electrostatic.hpp" | |
54 | #include "nonbonded/MAW.hpp" | |
55 | + | #include "nonbonded/RepulsivePower.hpp" |
56 | #include "nonbonded/SwitchingFunction.hpp" | |
57 | ||
58 | using namespace std; | |
# | Line 95 | Line 96 | namespace OpenMD { | |
96 | SC* sc_; | |
97 | Morse* morse_; | |
98 | Electrostatic* electrostatic_; | |
99 | + | RepulsivePower* repulsivePower_; |
100 | MAW* maw_; | |
101 | ||
102 | map<int, AtomType*> typeMap_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |