浏览代码

Update ClassFlowPostProcessing.cpp

jomjol 3 年之前
父节点
当前提交
914cfceedf
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      code/components/jomjol_flowcontroll/ClassFlowPostProcessing.cpp

+ 2 - 2
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();