ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/FixedBondType.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/types/FixedBondType.hpp (file contents):
Revision 2758 by gezelter, Fri Apr 15 22:04:00 2005 UTC vs.
Revision 2759 by tim, Wed May 17 21:51:42 2006 UTC

# Line 60 | Line 60 | namespace oopse {
60     */
61    class FixedBondType  : public BondType{
62    public:
63 <    FixedBondType(double r0) : BondType(r0) {}
63 >    FixedBondType(RealType r0) : BondType(r0) {}
64      virtual ~FixedBondType() {}
65  
66 <    virtual void calcForce(double r, double& V, double& dVdr) {
66 >    virtual void calcForce(RealType r, RealType& V, RealType& dVdr) {
67        V = 0.0;
68        dVdr = 0.0;
69      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines