ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/types/BendType.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/types/BendType.hpp (file contents):
Revision 1693 by tim, Mon Nov 1 21:37:13 2004 UTC vs.
Revision 1742 by tim, Tue Nov 16 20:36:18 2004 UTC

# Line 43 | Line 43 | namespace oopse {
43              BendType();
44              virtual ~BendType() {}
45  
46 <            virtual void calcForce(double angle, double& force, double& potential);
46 >            virtual void calcForce(double angle, double& firstDerivative, double& potential);
47  
48              double getPotential();
49              

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines