mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 09:32:37 +00:00
Remove accidentally committed lines
This commit is contained in:
@@ -535,8 +535,6 @@ void createGroundShape(TopoDS_Shape& shape) {
|
|||||||
TColStd_Array1OfInteger mult(0, 1);
|
TColStd_Array1OfInteger mult(0, 1);
|
||||||
mult(0) = 5;
|
mult(0) = 5;
|
||||||
mult(1) = 5;
|
mult(1) = 5;
|
||||||
#undef new
|
|
||||||
|
|
||||||
Handle(Geom_BSplineSurface) surf = new Geom_BSplineSurface(cv, knots, knots, mult, mult, 4, 4);
|
Handle(Geom_BSplineSurface) surf = new Geom_BSplineSurface(cv, knots, knots, mult, mult, 4, 4);
|
||||||
#if OCC_VERSION_HEX < 0x60502
|
#if OCC_VERSION_HEX < 0x60502
|
||||||
shape = BRepBuilderAPI_MakeFace(surf);
|
shape = BRepBuilderAPI_MakeFace(surf);
|
||||||
|
|||||||
@@ -286,13 +286,7 @@ public:
|
|||||||
Bye() : Command(BYE) {};
|
Bye() : Command(BYE) {};
|
||||||
};
|
};
|
||||||
|
|
||||||
int main ()
|
int main () {
|
||||||
{
|
|
||||||
// Memory leak debugging in MSVC debug mode
|
|
||||||
#if defined(_MSC_VER) && defined(_DEBUG)
|
|
||||||
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
// Redirect stdout to this stream, so that involuntary
|
// Redirect stdout to this stream, so that involuntary
|
||||||
// writes to stdout do not interfere with our protocol.
|
// writes to stdout do not interfere with our protocol.
|
||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
|
|||||||
Reference in New Issue
Block a user