--- trunk/mdtools/headers/MoleculeStamp.hpp 2002/11/07 17:53:34 166 +++ trunk/mdtools/headers/MoleculeStamp.hpp 2002/11/21 20:33:06 184 @@ -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;