From 0895228a57df8baf240caad5ce24c3c1e258dbf0 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 29 Apr 2008 17:51:34 +0000 Subject: [PATCH] IVOA "Don't drive" bug fix, from Peter Mueller. --- src/rec/calcoutRecord.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rec/calcoutRecord.c b/src/rec/calcoutRecord.c index 90a819372..f916f31ac 100644 --- a/src/rec/calcoutRecord.c +++ b/src/rec/calcoutRecord.c @@ -220,6 +220,7 @@ static long process(calcoutRecord *pcalc) pcalc->udf = isnan(pcalc->val); } } + checkAlarms(pcalc); /* check for output link execution */ switch (pcalc->oopt) { case calcoutOOPT_Every_Time: @@ -271,7 +272,6 @@ static long process(calcoutRecord *pcalc) writeValue(pcalc); } } - checkAlarms(pcalc); recGblGetTimeStamp(pcalc); monitor(pcalc); recGblFwdLink(pcalc);