Skip to content

Commit

Permalink
Use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed Dec 17, 2024
1 parent 23c79d8 commit e7e80e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Kernel_23/include/CGAL/Bbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <array>
#include <iostream>
#include <iterator>
#include <CGAL/use.h>
#include <CGAL/assertions.h>
#include <CGAL/Dimension.h>
#include <boost/math/special_functions/next.hpp>
Expand Down Expand Up @@ -143,6 +144,7 @@ class Bbox

template <typename I>
void init(int d, I b, I e) {
CGAL_USE(e);
CGAL_assertion(d == std::distance(b,e));
for(int i=0; i<d; ++i,++b)
{
Expand Down

0 comments on commit e7e80e5

Please sign in to comment.