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

Comparing trunk/OOPSE-2.0/src/brains/SimCreator.cpp (file contents):
Revision 2211 by chrisfen, Thu Apr 21 14:12:19 2005 UTC vs.
Revision 2364 by tim, Thu Oct 13 22:26:47 2005 UTC

# Line 71 | Line 71 | namespace oopse {
71      if (worldRank == 0) {
72   #endif // is_mpi
73        
74      simParams->initalize();
74        set_interface_stamps(stamps, simParams);
75        
76   #ifdef IS_MPI
# Line 113 | Line 112 | namespace oopse {
112      if (ff == NULL) {
113        sprintf(painCave.errMsg,
114                "ForceField Factory can not create %s force field\n",
115 <              simParams->getForceField());
115 >              simParams->getForceField().c_str());
116        painCave.isFatal = 1;
117        simError();
118      }
# Line 604 | Line 603 | namespace oopse {
603        //invalid initial coordinate file
604        sprintf(painCave.errMsg,
605                "Initial configuration file %s should at least contain one frame\n",
606 <              simParams->getInitialConfig());
606 >              simParams->getInitialConfig().c_str());
607        painCave.isFatal = 1;
608        simError();
609      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines