mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-05 06:10:33 +05:00
small fix of indentation
This commit is contained in:
parent
e72b1cdc40
commit
29bfee91ff
@ -4698,12 +4698,9 @@ static void findCommonSubMesh (list<const SMESH_subMesh*>& theSubMeshList,
|
||||
|
||||
// clear collected submeshes
|
||||
set<const SMESH_subMesh*>::iterator clrIt = subMeshToClear.begin();
|
||||
for ( ; clrIt != subMeshToClear.end(); clrIt++ ) {
|
||||
SMESH_subMesh* sm = (SMESH_subMesh*)*clrIt;
|
||||
if ( sm )
|
||||
sm->ComputeStateEngine( SMESH_subMesh::CLEAN );
|
||||
// ClearSubMesh( *clrIt );
|
||||
}
|
||||
for ( ; clrIt != subMeshToClear.end(); clrIt++ )
|
||||
if ( SMESH_subMesh* sm = (SMESH_subMesh*)*clrIt )
|
||||
sm->ComputeStateEngine( SMESH_subMesh::CLEAN );
|
||||
}
|
||||
aPythonDump << " ])";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user