From 2c63d0f6d356dc6fff69793dfbaa7df894e89520 Mon Sep 17 00:00:00 2001 From: Krzysztof Blaszkowski Date: Tue, 29 Dec 2015 14:48:30 +0100 Subject: [PATCH] frontend/outitf.c, #4/4, reorder, first do the work, then print --- src/frontend/outitf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/outitf.c b/src/frontend/outitf.c index ee1cb0737..ba8372b91 100644 --- a/src/frontend/outitf.c +++ b/src/frontend/outitf.c @@ -647,6 +647,8 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr) } else { + OUTpD_memory(run, refValue, valuePtr); + /* This is interactive mode. Update the screen with the reference variable just the same */ @@ -666,8 +668,6 @@ OUTpData(runDesc *plotPtr, IFvalue *refValue, IFvalue *valuePtr) } #endif - OUTpD_memory(run, refValue, valuePtr); - gr_iplot(run->runPlot); }