IVOA "Don't drive" bug fix, from Peter Mueller.

This commit is contained in:
Andrew Johnson
2008-04-29 17:51:34 +00:00
parent 1329e99d81
commit 0895228a57

View File

@@ -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);