ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/nonbonded/SwitchingFunction.cpp
(Generate patch)

Comparing branches/development/src/nonbonded/SwitchingFunction.cpp (file contents):
Revision 1536 by gezelter, Wed Jan 5 14:49:05 2011 UTC vs.
Revision 1581 by gezelter, Mon Jun 13 22:13:12 2011 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines