# | Line 143 | Line 143 | namespace OpenMD { | |
---|---|---|
143 | return; | |
144 | } | |
145 | ||
146 | < | bool SwitchingFunction::getSwitch(const RealType &r2, RealType &sw, RealType &dswdr, |
147 | < | RealType &r) { |
146 | > | bool SwitchingFunction::getSwitch(const RealType &r2, RealType &sw, |
147 | > | RealType &dswdr, RealType &r) { |
148 | ||
149 | sw = 1.0; | |
150 | dswdr = 0.0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |