From 914cfceedf9da8ba5aaaf2da3f741d4ae0ab4017 Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Mon, 19 Dec 2022 20:59:01 +0100 Subject: [PATCH] Update ClassFlowPostProcessing.cpp --- .../jomjol_flowcontroll/ClassFlowPostProcessing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp b/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp index 57b3e590..815df3aa 100644 --- a/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp +++ b/code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp @@ -708,8 +708,8 @@ bool ClassFlowPostProcessing::doFlow(string zwtime) NUMBERS[j]->ErrorMessageText = ""; NUMBERS[j]->Value = -1; /* TODO to be discussed, see https://github.com/jomjol/AI-on-the-edge-device/issues/1617 */ -// NUMBERS[j]->lastvalue = imagetime; // must only be set in case of good value !!! --> move to the end - NUMBERS[j]->lastvalue = imagetime; + NUMBERS[j]->lastvalue = imagetime; // must only be set in case of good value !!! --> move to the end +// NUMBERS[j]->lastvalue = imagetime; UpdateNachkommaDecimalShift();