| # | Line 86 | Line 86 | namespace OpenMD { | |
|---|---|---|
| 86 | void setSimInfo(SimInfo* info) {info_ = info;}; | |
| 87 | void addType(AtomType* atomType); | |
| 88 | virtual void calcForce(InteractionData &idat); | |
| 89 | – | virtual void calcSkipCorrection(InteractionData &idat); |
| 89 | virtual void calcSelfCorrection(SelfData &sdat); | |
| 90 | virtual string getName() {return name_;} | |
| 91 | virtual RealType getSuggestedCutoffRadius(pair<AtomType*, AtomType*> atypes); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |