mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-19 21:23:08 +05:00
PAL11544. modif forced by SMESH_subMesh change
This commit is contained in:
parent
5ef0b3d26c
commit
f026832e5a
@ -3505,7 +3505,7 @@ void SMESH_Pattern::clearMesh(SMESH_Mesh* theMesh) const
|
|||||||
{
|
{
|
||||||
if ( SMESH_subMesh * aSubMesh = theMesh->GetSubMesh/*Containing*/( myShape ))
|
if ( SMESH_subMesh * aSubMesh = theMesh->GetSubMesh/*Containing*/( myShape ))
|
||||||
{
|
{
|
||||||
aSubMesh->ComputeStateEngine( SMESH_subMesh::CLEANDEP );
|
aSubMesh->ComputeStateEngine( SMESH_subMesh::CLEAN );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
SMESHDS_Mesh* aMeshDS = theMesh->GetMeshDS();
|
SMESHDS_Mesh* aMeshDS = theMesh->GetMeshDS();
|
||||||
|
Loading…
Reference in New Issue
Block a user