ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/openmd/openmd.cpp
(Generate patch)

Comparing trunk/src/applications/openmd/openmd.cpp (file contents):
Revision 1463 by gezelter, Wed Jul 7 16:58:41 2010 UTC vs.
Revision 1596 by gezelter, Mon Jul 25 17:30:53 2011 UTC

# Line 91 | Line 91 | int main(int argc,char* argv[]){
91        "  |   / __ \\____  ___  ____   /  |/  // __ \\  The Open Molecular Dynamics |\n"<<
92        "  |  / / / / __ \\/ _ \\/ __ \\ / /|_/ // / / /  Engine (formerly OOPSE).    |\n"<<
93        "  | / /_/ / /_/ /  __/ / / // /  / // /_/ /                               |\n"<<
94 <      "  | \\____/ .___/\\___/_/ /_//_/  /_//_____/    Copyright 2004-2010 by the  |\n"<<
94 >      "  | \\____/ .___/\\___/_/ /_//_/  /_//_____/    Copyright 2004-2011 by the  |\n"<<
95        "  |     /_/                                   University of Notre Dame.   |\n"<<
96        "  |                                                                       |\n"<<
97        "  |        version " <<
# Line 157 | Line 157 | int main(int argc,char* argv[]){
157      Integrator* myIntegrator = IntegratorFactory::getInstance()->createIntegrator(toUpperCopy(simParams->getEnsemble()), info);
158  
159      if (myIntegrator == NULL) {
160 <      sprintf(painCave.errMsg, "Integrator Factory can not create %s Integrator\n",
160 >      sprintf(painCave.errMsg, "Integrator Factory cannot create %s Integrator\n",
161                simParams->getEnsemble().c_str());
162        painCave.isFatal = 1;
163        simError();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines