| # | Line 58 | Line 58 | namespace OpenMD { | |
|---|---|---|
| 58 | SwitchingFunction(); | |
| 59 | void setSwitchType(SwitchingFunctionType sft); | |
| 60 | void setSwitch(RealType rinner, RealType router); | |
| 61 | < | bool getSwitch(RealType r2, RealType sw, RealType dswdr, RealType r); |
| 61 | > | bool getSwitch(const RealType &r2, RealType &sw, RealType &dswdr, RealType &r); |
| 62 | ||
| 63 | private: | |
| 64 | RealType rin_; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |