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

Comparing trunk/src/brains/SimCreator.cpp (file contents):
Revision 1051 by gezelter, Mon Sep 25 22:08:33 2006 UTC vs.
Revision 1241 by gezelter, Fri Apr 25 15:14:47 2008 UTC

# Line 342 | Line 342 | namespace oopse {
342      }
343      
344      if (simParams->haveForceFieldFileName()) {
345      std::cout<< simParams->getForceFieldFileName() << "\n";
345        ff->setForceFieldFileName(simParams->getForceFieldFileName());
346      }
347      
# Line 592 | Line 591 | namespace oopse {
591      info->setMolToProcMap(molToProcMap);
592      sprintf(checkPointMsg,
593              "Successfully divided the molecules among the processors.\n");
594 <    MPIcheckPoint();
594 >    errorCheckPoint();
595    }
596    
597   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines