outitf.c: do not call clock() if MS Windows GUI

This commit is contained in:
h_vogt 2012-11-07 22:17:16 +01:00
parent 451c121dd5
commit e4af384d7b
1 changed files with 1 additions and 2 deletions

View File

@ -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",