Explorar el Código

change logic of the InitParticles function

GSP hace 2 semanas
padre
commit
8d070e8d23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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.