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

Comparing trunk/OOPSE/src/oopse.cpp (file contents):
Revision 888 by mmeineke, Fri Dec 19 18:53:43 2003 UTC vs.
Revision 892 by chuckv, Mon Dec 22 21:27:04 2003 UTC

# Line 64 | Line 64 | int main(int argc,char* argv[]){
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines