ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/RestReader.cpp
(Generate patch)

Comparing trunk/src/io/RestReader.cpp (file contents):
Revision 1030 by chrisfen, Fri Sep 1 14:15:05 2006 UTC vs.
Revision 1241 by gezelter, Fri Apr 25 15:14:47 2008 UTC

# Line 89 | Line 89 | namespace oopse {
89      }
90      strcpy( checkPointMsg,
91              "File \"idealCrystal.in\" opened successfully for reading." );
92 <    MPIcheckPoint();
92 >    errorCheckPoint();
93   #endif
94  
95      return;  
# Line 107 | Line 107 | namespace oopse {
107      }
108      strcpy( checkPointMsg,
109              "File idealCrystal.in (and .zang0 if present) closed successfully." );
110 <    MPIcheckPoint();
110 >    errorCheckPoint();
111   #endif
112      
113      return;
# Line 543 | Line 543 | namespace oopse {
543      }
544      
545      strcpy( checkPointMsg, "zAngle file opened successfully for reading." );
546 <    MPIcheckPoint();
546 >    errorCheckPoint();
547   #endif
548      
549   #ifndef IS_MPI

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines