|
|
@ -647,6 +647,8 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr) |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
|
|
|
|
|
|
|
|
|
|
OUTpD_memory(run, refValue, valuePtr); |
|
|
|
|
|
|
|
|
/* This is interactive mode. Update the screen with the reference |
|
|
/* This is interactive mode. Update the screen with the reference |
|
|
variable just the same */ |
|
|
variable just the same */ |
|
|
|
|
|
|
|
|
@ -666,8 +668,6 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr) |
|
|
} |
|
|
} |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
OUTpD_memory(run, refValue, valuePtr); |
|
|
|
|
|
|
|
|
|
|
|
gr_iplot(run->runPlot); |
|
|
gr_iplot(run->runPlot); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|