--- trunk/OOPSE/libmdtools/ExtendedSystem.hpp 2003/04/04 19:47:19 458 +++ trunk/OOPSE/libmdtools/ExtendedSystem.hpp 2003/04/07 14:30:36 466 @@ -10,7 +10,7 @@ class ExtendedSystem{ (public) class ExtendedSystem{ public: - ExtendedSystem(SimInfo &info); + ExtendedSystem(SimInfo* the_entry_plug); virtual ~ExtendedSystem() {} void setQmass(double q) {qmass = q;}