ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE_old/src/mdtools/libmdCode/SRI.hpp
(Generate patch)

Comparing trunk/OOPSE_old/src/mdtools/libmdCode/SRI.hpp (file contents):
Revision 303 by mmeineke, Mon Mar 10 16:54:21 2003 UTC vs.
Revision 311 by mmeineke, Tue Mar 11 16:27:34 2003 UTC

# Line 28 | Line 28 | class Bond : public SRI{ (public)
28    Bond();
29    virtual ~Bond();
30  
31 <  virtual void calc_forces();
31 >  void calc_forces();
32    int is_constrained() {return c_is_constrained;}
33    Constraint *get_constraint() {return c_constraint;}
34    void constrain(double bond_distance);
# Line 50 | Line 50 | class Bend : public SRI{ (public)
50    Bend() {}
51    virtual ~Bend() {}
52    
53 <  void calc_forces();
53 >  virtual void calc_forces();
54    int is_constrained() {return 0;}
55    Constraint *get_constraint() {return NULL;}
56    void constrain(double bond_distance){} /*meaningless for bends */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines