]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOM_I/GEOM_Gen_i.cc
Salome HOME
ILMAB project. Fix a bug in RestoreSubShapes()
[modules/geom.git] / src / GEOM_I / GEOM_Gen_i.cc
index 2f2fc0b37fe161ebd47cdbeb0d4c85e301c68488..86fca280e0e5f6a7253a067a539e92e9e9004e74 100644 (file)
@@ -1006,6 +1006,7 @@ GEOM::ListOfGO* GEOM_Gen_i::RestoreSubShapes(SALOMEDS::Study_ptr     theStudy,
     GEOM::ListOfGBO_var boList = theObject->GetDependency();
     aLength = boList->length();
     aList = new GEOM::ListOfGO;
+    aList->length(aLength);
     for (int i = 0; i < aLength; i++)
       aList[i] = GEOM::GEOM_Object::_narrow( boList[i] );
     nbArgsActual = aLength;