From 51793064efd7db51590de329f2201d6e55bb0243 Mon Sep 17 00:00:00 2001 From: lanfer Date: Tue, 18 Apr 2000 10:15:30 +0000 Subject: adding fflush to OutputInfo git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOBasic/trunk@53 b589c3ab-70e8-4b4d-a09f-cba2dd200880 --- src/OutputInfo.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/OutputInfo.c b/src/OutputInfo.c index 2547aff..65ea09d 100644 --- a/src/OutputInfo.c +++ b/src/OutputInfo.c @@ -198,10 +198,9 @@ int IOBasic_OutputInfoGH (cGH *GH) /* Add the new line */ printf ("\n"); - return (0); - - + fflush(stdout); + return (0); } -- cgit v1.2.3