# | Line 41 | Line 41 | |
---|---|---|
41 | ||
42 | #include <cmath> | |
43 | #include <iostream> | |
44 | + | #include <cstdio> |
45 | ||
46 | #include "nonbonded/SwitchingFunction.hpp" | |
47 | #include "utils/simError.h" | |
# | Line 143 | Line 144 | namespace OpenMD { | |
144 | return; | |
145 | } | |
146 | ||
147 | < | bool SwitchingFunction::getSwitch(const RealType &r2, RealType &sw, RealType &dswdr, |
148 | < | RealType &r) { |
147 | > | bool SwitchingFunction::getSwitch(const RealType &r2, RealType &sw, |
148 | > | RealType &dswdr, RealType &r) { |
149 | ||
150 | sw = 1.0; | |
151 | dswdr = 0.0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |