1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0023313: Return Standard_False in case of an unsupported case in IntAna_Curve.cxx

Return Standard_False in case of unsupported case.
This commit is contained in:
Pawel 2012-07-17 17:38:18 +02:00 committed by Pawel Kowalski
parent 56084216a8
commit 841d66724b

View File

@ -422,6 +422,7 @@
break;
default:
return Standard_False;
break;
}
//