From b60de052f1abd060b8371398303ec6559b95231d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 26 Feb 2024 16:15:38 +0100 Subject: [PATCH] Remove tmp code --- .../examples/Isosurfacing_3/contouring_mesh_offset.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Isosurfacing_3/examples/Isosurfacing_3/contouring_mesh_offset.cpp b/Isosurfacing_3/examples/Isosurfacing_3/contouring_mesh_offset.cpp index 5ad3e197323..955db42de91 100644 --- a/Isosurfacing_3/examples/Isosurfacing_3/contouring_mesh_offset.cpp +++ b/Isosurfacing_3/examples/Isosurfacing_3/contouring_mesh_offset.cpp @@ -158,7 +158,6 @@ int main(int argc, char** argv) const int nv = 15; - bbox = CGAL::Bbox_3{ -5, -5, -5, 15, 15, 15 }; Grid grid { bbox, CGAL::make_array(nv, nv, nv) }; std::cout << "Span: " << grid.span() << std::endl;