cxs 1 mês atrás
pai
commit
4ac566201f

+ 3 - 3
OTSIncAMeasureApp/1-OTSMeasure/Measure/ParamData/frmPre_measurementDetection.cs

@@ -379,13 +379,13 @@ namespace OTSMeasureApp._1_OTSMeasure.Measure.ParamData
         bool GetStddbState(COTSSample a_pSample)
         {
             CSampleParam pa = a_pSample.GetMsrParams();
-            //if (pa.GetEngineType() == OTS_CLASSIFY_ENGINE_TYPE.ExpressionParse|| pa.GetEngineType() == OTS_CLASSIFY_ENGINE_TYPE.SpectrumMatch)
-            //{
+            if (pa.GetEngineType() == OTS_CLASSIFY_ENGINE_TYPE.ExpressionParse || pa.GetEngineType() == OTS_CLASSIFY_ENGINE_TYPE.InclutionPlusExpressionParse|| pa.GetEngineType() == OTS_CLASSIFY_ENGINE_TYPE.SpectrumMatch)
+            {
                 if (pa.GetSTDName() == "NoSTDDB")
                 {
                     return false;
                 }
-            //}
+            }
             return true;
         }