mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
PAL7926. Add missing return
This commit is contained in:
parent
869dd74276
commit
1c5631d5e5
@ -2930,7 +2930,7 @@ static const SMDS_MeshElement* findAdjacentFace(const SMDS_MeshNode* n1,
|
|||||||
set<const SMDS_MeshElement*> elemSet, avoidSet;
|
set<const SMDS_MeshElement*> elemSet, avoidSet;
|
||||||
if ( elem )
|
if ( elem )
|
||||||
avoidSet.insert ( elem );
|
avoidSet.insert ( elem );
|
||||||
SMESH_MeshEditor::FindFaceInSet( n1, n2, elemSet, avoidSet );
|
return SMESH_MeshEditor::FindFaceInSet( n1, n2, elemSet, avoidSet );
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user