]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (sub-mesh priority works Ko)
authoreap <eap@opencascade.com>
Tue, 24 Apr 2012 14:28:02 +0000 (14:28 +0000)
committereap <eap@opencascade.com>
Tue, 24 Apr 2012 14:28:02 +0000 (14:28 +0000)
  No need to ClearMeshOrder() when a new SMESH_submesh is created

src/SMESH/SMESH_Mesh.cxx

index c9e9603ec5f27885cfa1a184bf232b1858a9b2d5..8d73c851f7be11699d8ebe31964af8905fd4cea0 100644 (file)
@@ -904,7 +904,6 @@ SMESH_subMesh *SMESH_Mesh::GetSubMesh(const TopoDS_Shape & aSubShape)
   {
     aSubMesh = new SMESH_subMesh(index, this, _myMeshDS, aSubShape);
     _mapSubMesh[index] = aSubMesh;
-    ClearMeshOrder();
   }
   return aSubMesh;
 }