mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
typo
This commit is contained in:
parent
64a8aee9ab
commit
00ac0dfc36
@ -53,7 +53,7 @@ struct StdMeshers_ShapeShapeBiDirectionMap
|
||||
{
|
||||
TopTools_DataMapOfShapeShape _map1to2, _map2to1;
|
||||
|
||||
// convension: s1 - target, s2 - source
|
||||
// convention: s1 - target, s2 - source
|
||||
bool Bind( const TopoDS_Shape& s1, const TopoDS_Shape& s2 )
|
||||
{ _map1to2.Bind( s1, s2 ); return _map2to1.Bind( s2, s1 ); }
|
||||
bool IsBound( const TopoDS_Shape& s, const bool isShape2=false ) const
|
||||
|
Loading…
Reference in New Issue
Block a user