Salome HOME
PR: adjust points number
[modules/smesh.git] / src / SMESH / SMESH_Gen.cxx
index 314bbb2062509fdd951a527a6fb04dbc89353f3d..8fb0ec276f84ce1f9b44752c584508aa41d3e137 100644 (file)
@@ -295,6 +295,7 @@ bool SMESH_Gen::Compute(SMESH_Mesh &          aMesh,
   MEMOSTAT;
 
   SMESHDS_Mesh *myMesh = aMesh.GetMeshDS();
+  myMesh->adjustStructure();
   list<int> listind = myMesh->SubMeshIndices();
   list<int>::iterator it = listind.begin();
   int total = 0;