mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-03 21:30:34 +05:00
Fix issue number. The previous revision refers to issue 0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh
This commit is contained in:
parent
00d55cb030
commit
ea4319c71e
@ -610,7 +610,7 @@ double SMESH_MesherHelper::GetNodeU(const TopoDS_Edge& E,
|
|||||||
}
|
}
|
||||||
else if( Pos->GetTypeOfPosition() == SMDS_TOP_VERTEX )
|
else if( Pos->GetTypeOfPosition() == SMDS_TOP_VERTEX )
|
||||||
{
|
{
|
||||||
if ( inEdgeNode && TopExp::FirstVertex( E ).IsSame( TopExp::LastVertex( E ))) // issue 0020809
|
if ( inEdgeNode && TopExp::FirstVertex( E ).IsSame( TopExp::LastVertex( E ))) // issue 0020128
|
||||||
{
|
{
|
||||||
Standard_Real f,l;
|
Standard_Real f,l;
|
||||||
BRep_Tool::Range( E, f,l );
|
BRep_Tool::Range( E, f,l );
|
||||||
|
Loading…
Reference in New Issue
Block a user