mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Fix imps_02/C7
This commit is contained in:
parent
dd1c96d8ed
commit
f6bd1b130c
@ -2094,7 +2094,7 @@ bool _FaceSide::StoreNodes(SMESH_ProxyMesh& mesh,
|
||||
smToCheckEdges, mesh ))
|
||||
break;
|
||||
else
|
||||
nodes.erase( --( u_node1.base() ));
|
||||
nodes.erase( --(( u_node2 = u_node1 ).base() ));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user