--- trunk/OOPSE/src/oopse.cpp 2003/12/19 18:53:43 888 +++ trunk/OOPSE/src/oopse.cpp 2003/12/22 21:27:04 892 @@ -64,33 +64,18 @@ int main(int argc,char* argv[]){ startMe->setSimInfo( entry_plug ); -#ifdef PROFILE - startProfile( pro1 ); -#endif //profile startMe->parseFile( in_name ); -#ifdef PROFILE - endProfile( pro1 ); - - startProfile( pro2 ); -#endif //profile startMe->createSim(); delete startMe; -#ifdef PROFILE - endProfile( pro2 ); - startProfile( pro3 ); -#endif //profile - entry_plug->the_integrator->integrate(); #ifdef PROFILE - endProfile( pro3 ); - writeProfiles(); #endif //profile