From d928a22a5fdc0f17b97cbe65943374bd4b7ef83b Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Fri, 17 Jan 2020 11:55:38 +0100 Subject: [PATCH] clean-up --- Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp | 2 +- Surface_mesh/examples/Surface_mesh/sm_join.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp b/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp index 04ba2ad4f51..b4ae577dd27 100644 --- a/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp +++ b/Polyhedron/examples/Polyhedron/polyhedron_prog_cut_cube.cpp @@ -66,6 +66,6 @@ int main() { Point( 0.0, 0.0, 1.5), Point( 0.0, 0.5, 0.0)); CGAL::polyhedron_cut_plane_3( P, h, pl); - std::cout <