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

Small correction

This commit is contained in:
aba 2013-04-17 18:49:56 +04:00
parent 323c04defa
commit d27868141a

View File

@ -47,6 +47,7 @@
#include <BRepPrimAPI_MakeSphere.hxx>
#include <BRepAlgo_Cut.hxx>
static Standard_Integer OCC230 (Draw_Interpretor& di, Standard_Integer argc, const char ** argv)
{
if ( argc != 4) {
@ -387,6 +388,8 @@ static Standard_Integer OCC23774(Draw_Interpretor& di, Standard_Integer n, const
return 0;
}
#include <Geom_SurfaceOfRevolution.hxx>
static Standard_Integer OCC23683 (Draw_Interpretor& di, Standard_Integer argc,const char ** argv)
{
if (argc < 2) {