--- trunk/OOPSE/libmdtools/DumpReader.cpp 2004/05/26 16:41:23 1197 +++ trunk/OOPSE/libmdtools/DumpReader.cpp 2004/05/27 00:48:12 1198 @@ -744,7 +744,7 @@ void DumpReader::nodeZeroError( void ){ int j, myStatus; myStatus = 0; - for (j = 0; j < mpiSim->getNumberProcessors(); j++) { + for (j = 0; j < mpiSim->getNprocessors(); j++) { MPI_Send( &myStatus, 1, MPI_INT, j, TAKE_THIS_TAG_INT, MPI_COMM_WORLD); } @@ -760,4 +760,4 @@ void DumpReader::anonymousNodeDie( void ){ MPI_Finalize(); exit (0); } -#endif \ No newline at end of file +#endif