From 7042da9cb4b5aceada3c6aa40b4b866f2395de73 Mon Sep 17 00:00:00 2001 From: aml Date: Tue, 8 Oct 2019 09:46:09 +0300 Subject: [PATCH] porting corrections. --- src/BRepLib/BRepLib_FindSurface.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/BRepLib/BRepLib_FindSurface.cxx b/src/BRepLib/BRepLib_FindSurface.cxx index 41dc6a5648..6133ede497 100644 --- a/src/BRepLib/BRepLib_FindSurface.cxx +++ b/src/BRepLib/BRepLib_FindSurface.cxx @@ -379,7 +379,6 @@ void BRepLib_FindSurface::Init(const TopoDS_Shape& S, case GeomAbs_Parabola: // Four points on other analytical curves iNbPoints = 4; - Standard_FALLTHROUGH default: { // Put some points on other curves -- 2.39.5