--- trunk/src/applications/openmd/openmd.cpp 2010/07/07 16:58:41 1463 +++ trunk/src/applications/openmd/openmd.cpp 2011/07/25 17:30:53 1596 @@ -91,7 +91,7 @@ int main(int argc,char* argv[]){ " | / __ \\____ ___ ____ / |/ // __ \\ The Open Molecular Dynamics |\n"<< " | / / / / __ \\/ _ \\/ __ \\ / /|_/ // / / / Engine (formerly OOPSE). |\n"<< " | / /_/ / /_/ / __/ / / // / / // /_/ / |\n"<< - " | \\____/ .___/\\___/_/ /_//_/ /_//_____/ Copyright 2004-2010 by the |\n"<< + " | \\____/ .___/\\___/_/ /_//_/ /_//_____/ Copyright 2004-2011 by the |\n"<< " | /_/ University of Notre Dame. |\n"<< " | |\n"<< " | version " << @@ -157,7 +157,7 @@ int main(int argc,char* argv[]){ Integrator* myIntegrator = IntegratorFactory::getInstance()->createIntegrator(toUpperCopy(simParams->getEnsemble()), info); if (myIntegrator == NULL) { - sprintf(painCave.errMsg, "Integrator Factory can not create %s Integrator\n", + sprintf(painCave.errMsg, "Integrator Factory cannot create %s Integrator\n", simParams->getEnsemble().c_str()); painCave.isFatal = 1; simError();