--- trunk/OOPSE/libmdtools/ExtendedSystem.cpp 2003/04/04 19:47:19 458 +++ trunk/OOPSE/libmdtools/ExtendedSystem.cpp 2003/04/07 14:30:36 466 @@ -5,11 +5,11 @@ ExtendedSystem::ExtendedSystem( SimInfo &info ) { #include "Thermo.hpp" #include "ExtendedSystem.hpp" -ExtendedSystem::ExtendedSystem( SimInfo &info ) { +ExtendedSystem::ExtendedSystem( SimInfo* the_entry_plug ) { // get what information we need from the SimInfo object - entry_plug = &info; + entry_plug = the_entry_plug; nAtoms = entry_plug->n_atoms; atoms = entry_plug->atoms; nMols = entry_plug->n_mol;