We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 914cfce commit c6cfe73Copy full SHA for c6cfe73
code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp
@@ -708,8 +708,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
708
NUMBERS[j]->ErrorMessageText = "";
709
NUMBERS[j]->Value = -1;
710
/* TODO to be discussed, see https://github.com/jomjol/AI-on-the-edge-device/issues/1617 */
711
- NUMBERS[j]->lastvalue = imagetime; // must only be set in case of good value !!! --> move to the end
712
-// NUMBERS[j]->lastvalue = imagetime;
+// NUMBERS[j]->lastvalue = imagetime; // must only be set in case of good value !!! --> move to the end
713
714
UpdateNachkommaDecimalShift();
715
0 commit comments