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

Comparing trunk/OOPSE/libBASS/simError.c (file contents):
Revision 1219 by gezelter, Wed Jun 2 14:21:54 2004 UTC vs.
Revision 1220 by chrisfen, Wed Jun 2 14:56:06 2004 UTC

# Line 60 | Line 60 | int simError( void ) {
60    }
61   #endif
62  
63 <  strcat(errorMsg, ": ");
63 >  strcat(errorMsg, ":\n\t");
64 >
65    strncat(errorMsg, painCave.errMsg, strlen(painCave.errMsg));
66 +
67 +  strcat(errorMsg, "\n");
68    fprintf(stderr, errorMsg);
69  
70   #ifdef IS_MPI

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines