changed printing of "offset , target" to "reading , target" since

the value it was printing was the actual voltage reading and not an
offset from the target value
This commit is contained in:
Frank Mori Hess 2002-11-24 15:15:05 +00:00
parent d8c8e696af
commit 33ec9a58fa

View file

@ -318,7 +318,7 @@ void measure_observable( calibration_setup_t *setup, int obs)
n = new_sv_measure(setup->dev, &sv);
sci_sprint_alt(s,sv.average,sv.error);
DPRINT(0,"offset %s, target %g\n",s, setup->observables[obs].target);
DPRINT(0,"reading %s, target %g\n",s, setup->observables[obs].target);
}
void observable_dependence(calibration_setup_t *setup, int obs)