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 1653 by gezelter, Wed Sep 28 19:37:06 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines