ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/simError.c
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/simError.c (file contents):
Revision 3388 by gezelter, Fri Apr 25 15:14:47 2008 UTC vs.
Revision 3470 by gezelter, Wed Oct 22 20:01:49 2008 UTC

# Line 125 | Line 125 | void errorCheckPoint( void ){
125   void errorCheckPoint( void ){
126      
127    int myError = 0;
128 <  int isError;
128 >  int isError = 0;
129  
130   #ifdef IS_MPI
131    MPI_Allreduce( &myError, &isError, 1, MPI_INT, MPI_LOR, MPI_COMM_WORLD );

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines