add fflush in hypre_printf (#505)
This PR adds `fflush` in `hypre_printf`.
This commit is contained in:
parent
aadfd86de4
commit
612dcdb2eb
@ -140,6 +140,8 @@ hypre_printf( const char *format, ...)
|
||||
free_format(newformat);
|
||||
va_end(ap);
|
||||
|
||||
fflush(stdout);
|
||||
|
||||
return ierr;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user