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:
parent
87073a1017
commit
fdbc4fe73a
@ -2286,7 +2286,7 @@ static Standard_Boolean IsPeriodicConicalLoop(const Handle(Geom_ConicalSurface)&
|
|||||||
Standard_Boolean& isUDecrease)
|
Standard_Boolean& isUDecrease)
|
||||||
{
|
{
|
||||||
if ( theSurf.IsNull() )
|
if ( theSurf.IsNull() )
|
||||||
Standard_False;
|
return Standard_False;
|
||||||
|
|
||||||
ShapeAnalysis_Edge aSAE;
|
ShapeAnalysis_Edge aSAE;
|
||||||
TopLoc_Location aLoc;
|
TopLoc_Location aLoc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user