1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0023257: Missing return statement

Added missing return statement
This commit is contained in:
Pawel 2012-07-11 12:12:29 +02:00
parent 87073a1017
commit fdbc4fe73a

View File

@ -2286,7 +2286,7 @@ static Standard_Boolean IsPeriodicConicalLoop(const Handle(Geom_ConicalSurface)&
Standard_Boolean& isUDecrease)
{
if ( theSurf.IsNull() )
Standard_False;
return Standard_False;
ShapeAnalysis_Edge aSAE;
TopLoc_Location aLoc;