瀏覽代碼

All stddb databases are not permitted.

cxs 1 月之前
父節點
當前提交
5fd421b5f3
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      OTSIncAMeasureApp/1-OTSMeasure/Measure/ParamData/frmPre_measurementDetection.cs

+ 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.SpectrumMatch)
+            //{
                 if (pa.GetSTDName() == "NoSTDDB")
                 {
                     return false;
                 }
-            }
+            //}
             return true;
         }