--- trunk/mpiBASS/mpiBASS.cpp 2002/11/20 19:07:59 182 +++ trunk/mpiBASS/mpiBASS.cpp 2003/01/30 20:04:09 255 @@ -55,7 +55,7 @@ int main(int argc,char* argv[]){ simError(); } } - + in_name = argv[1]; strcpy( checkPointMsg, "Successful number of arguments" ); @@ -71,23 +71,15 @@ int main(int argc,char* argv[]){ startMe->parseFile( in_name ); startMe->createSim(); - // end it here for now - + delete startMe; + + entry_plug->the_integrator->integrate(); + strcpy( checkPointMsg, "Oh what a lovely Tea Party!" ); MPIcheckPoint(); - + MPI_Finalize(); return 0 ; - -// delete startMe; - -// entry_plug->the_integrator->integrate(); - -// strcpy( checkPointMsg, "Oh what a lovely Tea Party!" ); -// MPIcheckPoint(); - -// MPI_Finalize(); -// return 0 ; }