mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-16 11:53:06 +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 ))
|
||||
{
|
||||
aSubMesh->ComputeStateEngine( SMESH_subMesh::CLEANDEP );
|
||||
aSubMesh->ComputeStateEngine( SMESH_subMesh::CLEAN );
|
||||
}
|
||||
else {
|
||||
SMESHDS_Mesh* aMeshDS = theMesh->GetMeshDS();
|
||||
|
Loading…
Reference in New Issue
Block a user