mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
fix 2D_mesh_QuadranglePreference_01/B8
This commit is contained in:
parent
b7fecac60b
commit
4df9beadff
@ -1185,6 +1185,8 @@ namespace
|
||||
if ( !npCloseV._node || npCloseV._node == npVert._node )
|
||||
{
|
||||
npProj = npCloseN;
|
||||
if ( i+1 < projToMerge.size() && u2NPClose == projToMerge[ i+1 ])
|
||||
++i;
|
||||
thePointsOnE.erase( u2NPClose );
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user