ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/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.
branches/devel_omp/src/nonbonded/SwitchingFunction.cpp (file contents), Revision 1594 by chuckv, Tue Jul 19 16:45:30 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