Remove tmp code

This commit is contained in:
Mael Rouxel-Labbé 2024-02-26 16:15:38 +01:00
parent 99f07e7f96
commit b60de052f1
1 changed files with 0 additions and 1 deletions

View File

@ -158,7 +158,6 @@ int main(int argc, char** argv)
const int nv = 15; const int nv = 15;
bbox = CGAL::Bbox_3{ -5, -5, -5, 15, 15, 15 };
Grid grid { bbox, CGAL::make_array<std::size_t>(nv, nv, nv) }; Grid grid { bbox, CGAL::make_array<std::size_t>(nv, nv, nv) };
std::cout << "Span: " << grid.span() << std::endl; std::cout << "Span: " << grid.span() << std::endl;