--- trunk/mdtools/headers/mpiSimulation.hpp 2002/09/30 19:36:00 121 +++ trunk/mdtools/headers/mpiSimulation.hpp 2002/10/11 15:09:09 134 @@ -1,5 +1,6 @@ +#ifndef __MPISIMULATION__ +#define __MPISIMULATION__ - class mpiSimulation{ public: @@ -19,9 +20,12 @@ class mpiSimulation{ (protected) int numberProcessors; int myNode; int processorNameLen; - char processorName[MPI_MAX_PROCESSOR_NAME]; + char* processorName; int natomsRow,natomsCol,natomsStart,natomsEnd; int numberCols,numberRows; int nmolsRow,nmolsCol,nmolsLocal; }; + + +#endif