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

Comparing trunk/src/applications/oopse/oopse.cpp (file contents):
Revision 993 by chrisfen, Thu Jun 22 15:21:01 2006 UTC vs.
Revision 1241 by gezelter, Fri Apr 25 15:14:47 2008 UTC

# Line 102 | Line 102 | int main(int argc,char* argv[]){
102    }
103   #endif
104    
105 #ifdef IS_MPI
105    strcpy( checkPointMsg, "Successful number of arguments" );
106 <  MPIcheckPoint();
108 < #endif
106 >  errorCheckPoint();
107  
110
111
108    //register forcefields, integrators and minimizers
109    registerAll();
110  
# Line 175 | Line 171 | int main(int argc,char* argv[]){
171      
172    delete info;
173  
174 < #ifdef IS_MPI
175 <  strcpy( checkPointMsg, "Yoikes!  It worked!" );
176 <  MPIcheckPoint();
177 <  
174 >
175 >  strcpy( checkPointMsg, "Great googly moogly!  It worked!" );
176 >  errorCheckPoint();
177 >
178 > #ifdef IS_MPI  
179    MPI_Finalize();
180   #endif
181  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines