--- trunk/OOPSE/libBASS/MoleculeStamp.hpp 2004/01/27 19:37:48 988 +++ trunk/OOPSE/libBASS/MoleculeStamp.hpp 2004/04/13 16:25:13 1103 @@ -31,6 +31,7 @@ class MoleculeStamp{ (public) int getNBends( void ) { return n_bends; } int getNTorsions( void ) { return n_torsions; } int getNRigidBodies(void){ return n_rigidbodies; } + int getNIntegrable(void) { return n_integrable; } AtomStamp* getAtom( int index ) { return atoms[index]; } BondStamp* getBond( int index ) { return bonds[index]; } @@ -51,6 +52,7 @@ class MoleculeStamp{ (public) int n_bends; int n_torsions; int n_rigidbodies; + int n_integrable; int have_name, have_atoms, have_bonds, have_bends, have_torsions; int have_rigidbodies;