From: eap Date: Mon, 15 Nov 2010 10:54:52 +0000 (+0000) Subject: untabify X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d94954d46e6ba2943bc8f3c4fb5a967d8a1d4ca7;p=modules%2Fsmesh.git untabify --- diff --git a/src/SMESH/SMESH_Mesh.cxx b/src/SMESH/SMESH_Mesh.cxx index 39c2ca976..20de5aedc 100644 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@ -267,7 +267,7 @@ void SMESH_Mesh::Clear() // update compute state of submeshes if ( SMESH_subMesh *sm = GetSubMeshContaining( GetShapeToMesh() ) ) { SMESH_subMeshIteratorPtr smIt = sm->getDependsOnIterator(/*includeSelf=*/true, - /*complexShapeFirst=*/false); + /*complexShapeFirst=*/true); while ( smIt->more() ) { sm = smIt->next(); sm->ComputeStateEngine( SMESH_subMesh::CHECK_COMPUTE_STATE );