outitf.c: do not call clock() if MS Windows GUI
This commit is contained in:
parent
451c121dd5
commit
e4af384d7b
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue