浏览代码

remove useless variables stdlibtypeindex

gsp 1 年之前
父节点
当前提交
44992edd00
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      OTSIncAMeasureApp/1-OTSMeasure/Measure/ParamData/OTSGeneralParam.cs

+ 2 - 2
OTSIncAMeasureApp/1-OTSMeasure/Measure/ParamData/OTSGeneralParam.cs

@@ -266,7 +266,7 @@ namespace OTSModelSharp
             xString xstrMeasParamFileFolderName = new xString();
             xString xstrPartSTDLibFolderName = new xString();
             xString xstrSTDSelect = new xString();
-            xInt xnStdLibTypeIndex = new xInt();
+            //xInt xnStdLibTypeIndex = new xInt();
             xInt xnSteelTechnology = new xInt();
             xInt xnDefaultShape = new xInt();
             xBool xbUseSysSTD = new xBool();
@@ -277,7 +277,7 @@ namespace OTSModelSharp
             slo.Register("MeasSwitch", xbMeasSwitch);
             slo.Register("MeasParamFileFolderName", xstrMeasParamFileFolderName);
             slo.Register("PartSTDLibFolderName", xstrPartSTDLibFolderName);
-            slo.Register("StdLibTypeIndex", xnStdLibTypeIndex);
+            //slo.Register("StdLibTypeIndex", xnStdLibTypeIndex);
             slo.Register("StdLibFileName", xstrSTDSelect);
             slo.Register("SteelTechnology", xnSteelTechnology);
             slo.Register("DefaultShape", xnDefaultShape);