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

Comparing trunk/OOPSE_old/src/mdtools/libBASS/BondStamp.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 19 | Line 19 | class BondStamp{ (private)
19    int getA( void ){ return a; }
20    int getB( void ){ return b; }
21  
22 +  int haveExtras( void ) { return have_extras; }
23 +  LinkedAssign* getExtras( void ) { return unhandled; }
24 +
25   private:
26  
27    int a, b; //the members

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines