--- branches/mmeineke/mdtools/headers/SimInfo.hpp 2002/07/09 18:40:59 10 +++ trunk/mdtools/headers/SimInfo.hpp 2002/09/24 22:10:55 117 @@ -23,7 +23,7 @@ class SimInfo{ (public) } ~SimInfo(){} - unsigned int n_atoms; // the number of atoms + int n_atoms; // the number of atoms Atom **atoms; // the array of atom objects unsigned int n_bonds; // number of bends