Jelajahi Sumber

change logic of the InitParticles function

GSP 2 minggu lalu
induk
melakukan
8d070e8d23
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      OTSIncAMeasureApp/0-OTSModel/OTSDataType/COTSField.cs

+ 1 - 1
OTSIncAMeasureApp/0-OTSModel/OTSDataType/COTSField.cs

@@ -842,7 +842,7 @@ namespace OTSDataType
 
             int nTagId = 0;
 
-            foreach (COTSParticleClr pParticle in m_listAnalysisParticles)//m_listAllParticles memorize all the particles .
+            foreach (COTSParticleClr pParticle in m_listAllParticles)//m_listAllParticles memorize all the particles .
             {
 
                 pParticle.SetParticleId(nTagId);//give all the conforming particles a unified sequence no.