--- trunk/src/brains/SimCreator.cpp 2006/09/25 22:08:33 1051 +++ trunk/src/brains/SimCreator.cpp 2008/04/25 15:14:47 1241 @@ -342,7 +342,6 @@ namespace oopse { } if (simParams->haveForceFieldFileName()) { - std::cout<< simParams->getForceFieldFileName() << "\n"; ff->setForceFieldFileName(simParams->getForceFieldFileName()); } @@ -592,7 +591,7 @@ namespace oopse { info->setMolToProcMap(molToProcMap); sprintf(checkPointMsg, "Successfully divided the molecules among the processors.\n"); - MPIcheckPoint(); + errorCheckPoint(); } #endif