소스 검색

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