| # | Line 75 | Line 75 | namespace OpenMD { | |
|---|---|---|
| 75 | ||
| 76 | public: | |
| 77 | SC(); | |
| 78 | + | ~SC(); |
| 79 | void setForceField(ForceField *ff) {forceField_ = ff;}; | |
| 80 | void addType(AtomType* atomType); | |
| 81 | void addExplicitInteraction(AtomType* atype1, AtomType* atype2, RealType epsilon, RealType m, RealType n, RealType alpha); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |