# | Line 52 | Line 52 | |
---|---|---|
52 | #include "nonbonded/SC.hpp" | |
53 | #include "nonbonded/Morse.hpp" | |
54 | #include "nonbonded/Electrostatic.hpp" | |
55 | + | #include "nonbonded/MAW.hpp" |
56 | #include "nonbonded/SwitchingFunction.hpp" | |
57 | ||
58 | using namespace std; | |
# | Line 102 | Line 103 | namespace OpenMD { | |
103 | static SC* sc_; | |
104 | static Morse* morse_; | |
105 | static Electrostatic* electrostatic_; | |
106 | + | static MAW* maw_; |
107 | static SwitchingFunction* switcher_; | |
108 | ||
109 | static RealType rCut_; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |