# | Line 54 | Line 54 | |
---|---|---|
54 | #include "primitives/Molecule.hpp" | |
55 | #include "nonbonded/LJ.hpp" | |
56 | #include "nonbonded/GB.hpp" | |
57 | + | #include "nonbonded/Sticky.hpp" |
58 | #include "nonbonded/EAM.hpp" | |
59 | + | #include "nonbonded/SC.hpp" |
60 | + | #include "nonbonded/Morse.hpp" |
61 | + | #include "nonbonded/Electrostatic.hpp" |
62 | ||
63 | namespace OpenMD { | |
64 | /** | |
# | Line 96 | Line 100 | namespace OpenMD { | |
100 | bool NBforcesInitialized_; | |
101 | LJ* lj_; | |
102 | GB* gb_; | |
103 | + | Sticky* sticky_; |
104 | EAM* eam_; | |
105 | + | SC* sc_; |
106 | + | Morse* morse_; |
107 | + | Electrostatic* electrostatic_; |
108 | ||
109 | }; | |
110 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |