--- branches/development/src/nonbonded/SwitchingFunction.cpp 2011/01/05 14:49:05 1536 +++ branches/development/src/nonbonded/SwitchingFunction.cpp 2011/06/13 22:13:12 1581 @@ -143,8 +143,8 @@ namespace OpenMD { return; } - bool SwitchingFunction::getSwitch(const RealType &r2, RealType &sw, RealType &dswdr, - RealType &r) { + bool SwitchingFunction::getSwitch(const RealType &r2, RealType &sw, + RealType &dswdr, RealType &r) { sw = 1.0; dswdr = 0.0;