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

Comparing branches/new_design/OOPSE-4/src/primitives/Bend.hpp (file contents):
Revision 1746 by tim, Wed Nov 17 06:37:56 2004 UTC vs.
Revision 1782 by tim, Wed Nov 24 20:55:03 2004 UTC

# Line 33 | Line 33
33  
34   #ifndef PRIMITIVES_BEND_HPP
35   #define PRIMITIVES_BEND_HPP
36 <
36 > #include "primitives/Atom.hpp"
37   #include "types/BendType.hpp"
38
38   namespace oopse {
39  
40   class Bend {
# Line 45 | Line 44 | class Bend {
44          void calcForce();
45          
46          double getPotential() {
47 <            return potential;
47 >            return potential_;
48          }
49  
50      protected:
51 <        virtual BendType* getBendType() {
52 <            return bendType_;
53 <        }
55 <        
56 <    private:
51 >        //virtual BendType* getBendType() {
52 >        //    return bendType_;
53 >        //}
54  
55          BendType* bendType_; /**< bend type */
56          Atom* atom1_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines