--- trunk/mdtools/headers/SimInfo.hpp 2002/12/06 21:20:39 197 +++ trunk/mdtools/headers/SimInfo.hpp 2002/12/19 21:59:51 215 @@ -7,10 +7,7 @@ #include "Molecule.hpp" #include "AbstractClasses.hpp" #include "MakeStamps.hpp" -#ifdef IS_MPI -#include "mpiSimulation.hpp" -#endif class SimInfo{ public: @@ -72,9 +69,7 @@ class SimInfo{ (public) char finalName[300]; // the name of the eor file to be written char sampleName[300]; // the name of the dump file to be written char statusName[300]; // the name of the stat file to be written -#ifdef IS_MPI - mpiSimulation* mpiSim; -#endif + };