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

Comparing branches/new_design/OOPSE-4/src/types/BendType.hpp (file contents):
Revision 1744 by gezelter, Tue Nov 16 22:04:26 2004 UTC vs.
Revision 1745 by tim, Wed Nov 17 01:11:36 2004 UTC

# Line 40 | Line 40 | namespace oopse {
40     */
41    class BendType {
42    public:
43    BendType();
43      virtual ~BendType() {}
44      
45      virtual void calcForce(double theta, double& V, double& dVdTheta);  
46 +
47      
48  protected:
49    
48    };
49   }
50   #endif //TYPES_BENDTYPE_HPP

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines