Browse Source

Fix a bug

cxs 1 month ago
parent
commit
d5dfb1d84d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      OTSIncAMeasureApp/0-OTSModel/OTSDataType/CSampleParam.cs

+ 2 - 2
OTSIncAMeasureApp/0-OTSModel/OTSDataType/CSampleParam.cs

@@ -41,8 +41,8 @@ namespace OTSDataType
             m_poImageScanParam = new COTSImgScanPrm();
             m_poImageProcessParam = new COTSImageProcParam();
             m_poXRayParam = new COTSXRayParam();
-            
-            //m_SlopParam = new CSlopFocusParam();
+
+            m_SlopParam = new CSlopFocusParam();
         }
         void Duplicate(CSampleParam a_oSource)
         {