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

Comparing branches/development/src/nonbonded/SwitchingFunction.hpp (file contents):
Revision 1530 by gezelter, Tue Dec 28 21:47:55 2010 UTC vs.
Revision 1536 by gezelter, Wed Jan 5 14:49:05 2011 UTC

# Line 58 | Line 58 | namespace OpenMD {
58      SwitchingFunction();
59      void setSwitchType(SwitchingFunctionType sft);
60      void setSwitch(RealType rinner, RealType router);
61 <    bool getSwitch(RealType r2, RealType sw, RealType dswdr, RealType r);
61 >    bool getSwitch(const RealType &r2, RealType &sw, RealType &dswdr, RealType &r);
62      
63    private:
64      RealType rin_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines