removed unused parameter

This commit is contained in:
Sven Oesau 2024-10-06 22:03:08 +02:00
parent 5fd2a4022e
commit cc6c1dce1b
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ public:
template <typename Functor>
static void for_each_vertex(Functor& f,
std::vector<vertex_descriptor>& vertices,
const Orthtree& o,
const Orthtree&,
Parallel_tag)
{
auto iterator = [&](const tbb::blocked_range<std::size_t>& r)