From e4af384d7b249759da4e374bcaedcb6798fa4b9f Mon Sep 17 00:00:00 2001 From: h_vogt Date: Wed, 7 Nov 2012 22:17:16 +0100 Subject: [PATCH] outitf.c: do not call clock() if MS Windows GUI --- src/frontend/outitf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontend/outitf.c b/src/frontend/outitf.c index 6b0df65aa..4b0cef5ed 100644 --- a/src/frontend/outitf.c +++ b/src/frontend/outitf.c @@ -552,9 +552,8 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr) /* This is interactive mode. Update the screen with the reference variable just the same */ - currclock = clock(); - #ifndef HAS_WINDOWS + currclock = clock(); if ((currclock-lastclock) > (0.25*CLOCKS_PER_SEC)) { if (run->isComplex) { fprintf(stderr, " Reference value : % 12.5e\r",