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

Comparing trunk/OOPSE-4/src/applications/oopse/oopse.cpp (file contents):
Revision 2390 by chrisfen, Wed Oct 19 19:24:40 2005 UTC vs.
Revision 2403 by chrisfen, Tue Nov 1 19:13:23 2005 UTC

# Line 138 | Line 138 | int main(int argc,char* argv[]){
138      //create Integrator
139  
140      Integrator* myIntegrator = IntegratorFactory::getInstance()->createIntegrator(toUpperCopy(simParams->getEnsemble()), info);
141 <
141 >
142      if (myIntegrator == NULL) {
143        sprintf(painCave.errMsg, "Integrator Factory can not create %s Integrator\n",
144                simParams->getEnsemble().c_str());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines