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

Comparing trunk/OOPSE_old/src/mdtools/libBASS/TorsionStamp.hpp (file contents):
Revision 267 by mmeineke, Thu Feb 13 20:37:36 2003 UTC vs.
Revision 308 by mmeineke, Mon Mar 10 21:44:31 2003 UTC

# Line 21 | Line 21 | class TorsionStamp{ (private)
21    int getC( void ){ return c; }
22    int getD( void ){ return d; }
23  
24 +  int haveExtras( void ) { return have_extras; }
25 +  LinkedAssign* getExtras( void ) { return unhandled; }
26 +
27   private:
28  
29    int a, b, c, d; //the members

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines