| # | Line 77 | Line 77 | namespace OpenMD { | |
|---|---|---|
| 77 | void doPair(InteractionData idat); | |
| 78 | void doSkipCorrection(InteractionData idat); | |
| 79 | void doSelfCorrection(SelfData sdat); | |
| 80 | + | void setCutoffRadius(RealType rCut); |
| 81 | + | void setSwitchingRadius(RealType rSwitch); |
| 82 | RealType getSuggestedCutoffRadius(int *atid1); | |
| 83 | RealType getSuggestedCutoffRadius(AtomType *atype); | |
| 84 | ||
| 85 | private: | |
| 86 | < | bool initialized_; |
| 86 | > | bool initialized_; |
| 87 | ||
| 88 | void setupElectrostatics(); | |
| 89 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |