--- trunk/mdtools/headers/MoleculeStamp.hpp 2002/11/07 17:53:34 166 +++ trunk/mdtools/headers/MoleculeStamp.hpp 2002/12/10 21:41:23 201 @@ -15,7 +15,7 @@ class MoleculeStamp{ (public) char* assignString( char* lhs, char* rhs ); char* assignDouble( char* lhs, double rhs ); - char* assignInt( char* lhs, int rhs ); + char* assignInt( char* lhs, int rhs ) char* checkMe( void ); char* addAtom( AtomStamp* the_atom, int atomIndex ); @@ -34,9 +34,10 @@ class MoleculeStamp{ (public) BendStamp* getBend( int index ) { return bends[index]; } TorsionStamp* getTorsion( int index ) { return torsions[index]; } + static char errMsg[500]; private: - static char errMsg[500]; + char name[100]; int n_atoms; int n_bonds;