소스 검색

LOW_COUNT ClassifyId 设为4

cxs 1 년 전
부모
커밋
40fa80dc25
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CSmplMeasure.cs

+ 1 - 0
OTSIncAMeasureApp/1-OTSMeasure/Measure/3-MeasureFlow/CSmplMeasure.cs

@@ -490,6 +490,7 @@ namespace OTSModelSharp
                 {
 
                     particle.SetType((int)OTS_PARTICLE_TYPE.LOW_COUNT);
+                    particle.SetClassifyId((int)OTS_PARTICLE_TYPE.LOW_COUNT);
                     particle.SetTypeColor("#000000");
                     particle.SetTypeName("LowCounts");
                     return true;