0021559: EDF 2175 SMESH: Hexa/Tetra mixed meshes (sub-mesh priority works Ko)

No need to ClearMeshOrder() when a new SMESH_submesh is created
This commit is contained in:
eap 2012-04-24 14:28:02 +00:00
parent 1cae83f943
commit 424975b8a3

View 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;
}