]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
SMH: Debug - restore numeration indexes Ecole_Ete_a5 Ecole_Ete_a6
authorsmh <smh@opencascade.com>
Fri, 7 May 2004 08:52:44 +0000 (08:52 +0000)
committersmh <smh@opencascade.com>
Fri, 7 May 2004 08:52:44 +0000 (08:52 +0000)
src/GEOMContext/GEOMContext.cxx

index 12833ebc5aafac3362ed8e0a4985ba2ee2c85b02..fcd33c80fe35c0c7099627b304e1e73915a52ab3 100644 (file)
@@ -89,7 +89,7 @@ GEOMContext* GEOMContext::GetOrCreateGeomGUI(QAD_Desktop* desktop)
   int studyId = desktop->getActiveStudy()->getStudyId();
   GeomGUI->myComponentGeom->GetCurrentStudy(studyId);
 
-  //GeomGUI->myNbGeom = GeomGUI->myComponentGeom->NbLabels();
+  GeomGUI->myNbGeom = GeomGUI->myComponentGeom->NbLabels();
 
   return GeomGUI;
 }