--- trunk/OOPSE/libBASS/simError.c 2004/06/02 14:21:54 1218 +++ trunk/OOPSE/libBASS/simError.c 2004/06/04 02:38:23 1233 @@ -1,6 +1,7 @@ #include #include #include +#include "config.h" #ifdef IS_MPI #include @@ -60,8 +61,11 @@ int simError( void ) { } #endif - strcat(errorMsg, ": "); + strcat(errorMsg, ":\n\t"); + strncat(errorMsg, painCave.errMsg, strlen(painCave.errMsg)); + + strcat(errorMsg, "\n"); fprintf(stderr, errorMsg); #ifdef IS_MPI