| 64 | 
  | 
   | 
| 65 | 
  | 
  startMe->setSimInfo( entry_plug ); | 
| 66 | 
  | 
 | 
| 67 | 
– | 
#ifdef PROFILE | 
| 68 | 
– | 
  startProfile( pro1 ); | 
| 69 | 
– | 
#endif //profile | 
| 67 | 
  | 
 | 
| 68 | 
  | 
  startMe->parseFile( in_name ); | 
| 69 | 
  | 
 | 
| 73 | 
– | 
#ifdef PROFILE | 
| 74 | 
– | 
  endProfile( pro1 ); | 
| 75 | 
– | 
   | 
| 76 | 
– | 
  startProfile( pro2 ); | 
| 77 | 
– | 
#endif //profile | 
| 70 | 
  | 
 | 
| 71 | 
  | 
  startMe->createSim(); | 
| 72 | 
  | 
 | 
| 73 | 
  | 
  delete startMe; | 
| 74 | 
  | 
 | 
| 83 | 
– | 
#ifdef PROFILE | 
| 84 | 
– | 
  endProfile( pro2 ); | 
| 75 | 
  | 
   | 
| 86 | 
– | 
  startProfile( pro3 ); | 
| 87 | 
– | 
#endif //profile | 
| 88 | 
– | 
   | 
| 76 | 
  | 
  entry_plug->the_integrator->integrate(); | 
| 77 | 
  | 
   | 
| 78 | 
  | 
#ifdef PROFILE | 
| 92 | 
– | 
  endProfile( pro3 ); | 
| 93 | 
– | 
  | 
| 79 | 
  | 
  writeProfiles(); | 
| 80 | 
  | 
#endif //profile | 
| 81 | 
  | 
 |