mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0027362: Meshing performance
Remove warning on VS2015
This commit is contained in:
parent
fd59283a7b
commit
6482df8152
@ -134,7 +134,7 @@ BRepMesh_EdgeTessellator::BRepMesh_EdgeTessellator(
|
|||||||
continue;
|
continue;
|
||||||
|
|
||||||
Standard_Real aF, aL;
|
Standard_Real aF, aL;
|
||||||
Handle(Geom2d_Curve) aCurve2d = BRep_Tool::CurveOnSurface(theEdge, aFace, aF, aL);
|
aCurve2d = BRep_Tool::CurveOnSurface(theEdge, aFace, aF, aL);
|
||||||
if ( Abs(aF - aFirstParam) > Precision::PConfusion() ||
|
if ( Abs(aF - aFirstParam) > Precision::PConfusion() ||
|
||||||
Abs(aL - aLastParam ) > Precision::PConfusion() )
|
Abs(aL - aLastParam ) > Precision::PConfusion() )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user