--- trunk/mdtools/headers/SimInfo.hpp 2002/10/09 22:29:25 130 +++ trunk/mdtools/headers/SimInfo.hpp 2002/10/09 22:29:40 131 @@ -6,8 +6,9 @@ #include "Atom.hpp" #include "Molecule.hpp" #include "AbstractClasses.hpp" -#ifdef MPI +#ifdef IS_MPI #include "mpiSimulation.hpp" + #endif class SimInfo{ @@ -63,7 +64,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 MPI +#ifdef IS_MPI mpiSimulation* mpiSim; #endif };