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;