Skip to content

Commit c6cfe73

Browse files
committed
Update ClassFlowPostProcessing.cpp
1 parent 914cfce commit c6cfe73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,7 @@ bool ClassFlowPostProcessing::doFlow(string zwtime)
708708
NUMBERS[j]->ErrorMessageText = "";
709709
NUMBERS[j]->Value = -1;
710710
/* 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;
711+
// NUMBERS[j]->lastvalue = imagetime; // must only be set in case of good value !!! --> move to the end
713712

714713
UpdateNachkommaDecimalShift();
715714

0 commit comments

Comments
 (0)