--- trunk/src/io/StatWriter.cpp 2005/10/17 23:13:44 681 +++ trunk/src/io/StatWriter.cpp 2008/11/14 15:44:34 1316 @@ -91,7 +91,7 @@ namespace oopse { sprintf( checkPointMsg, "Sucessfully opened output file for stating.\n"); - MPIcheckPoint(); + errorCheckPoint(); #endif // is_mpi } @@ -137,7 +137,6 @@ namespace oopse { #endif // is_mpi statfile_.precision(8); - for (int i =0; i < mask_.size(); ++i) { if (mask_[i]) { statfile_ << "\t" << s[i];