mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-10 00:02:41 +08:00
0023257: Missing return statement
Added missing return statement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user