mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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)
|
||||
{
|
||||
if ( theSurf.IsNull() )
|
||||
Standard_False;
|
||||
return Standard_False;
|
||||
|
||||
ShapeAnalysis_Edge aSAE;
|
||||
TopLoc_Location aLoc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user