--- trunk/src/io/DumpReader.cpp 2007/01/03 20:47:00 1112 +++ trunk/src/io/DumpReader.cpp 2008/06/02 02:42:50 1249 @@ -92,7 +92,7 @@ namespace oopse { } strcpy(checkPointMsg, "Dump file opened for reading successfully."); - MPIcheckPoint(); + errorCheckPoint(); #endif @@ -113,7 +113,7 @@ namespace oopse { } strcpy(checkPointMsg, "Dump file closed successfully."); - MPIcheckPoint(); + errorCheckPoint(); #endif @@ -263,7 +263,6 @@ namespace oopse { std::string line; #ifndef IS_MPI - inFile_->clear(); inFile_->seekg(framePos_[whichFrame]);