Fix issue number. The previous revision refers to issue 0020128: EDF SMESH 926 : Quadratic conversion of BLSURF mesh

This commit is contained in:
eap 2010-05-19 09:42:05 +00:00
parent 00d55cb030
commit ea4319c71e

View File

@ -610,7 +610,7 @@ double SMESH_MesherHelper::GetNodeU(const TopoDS_Edge& E,
}
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;
BRep_Tool::Range( E, f,l );