Added a new line in error printing.

This commit is contained in:
kolev 2007-12-07 17:21:11 +00:00
parent dd7255c20d
commit ef1518d389

View File

@ -38,7 +38,7 @@ void hypre_error_handler(char *filename, int line, int ierr)
#ifdef HYPRE_PRINT_ERRORS
fprintf(stderr,
"hypre error in file \"%s\", line %d, error code = %d ",
"hypre error in file \"%s\", line %d, error code = %d\n",
filename, line, ierr);
#endif
}