Skip to content
Snippets Groups Projects
Commit 80cd31d2 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[grid.walker] make_walk_range_public

parent c96b387e
No related branches found
No related tags found
No related merge requests found
......@@ -698,7 +698,6 @@ public:
} // ... tbb_walk(...)
#endif // HAVE_TBB
private:
template <class ElementRange>
void walk_range(const ElementRange& element_range)
{
......@@ -736,6 +735,7 @@ private:
} // .. walk elements
} // ... walk_range(...)
private:
GridViewType grid_view_;
// We want each thread to have its own copy of each functor. However, as we do not know in advance how many different
// threads we will have (even if DXTC_CONFIG["threading.max_count"] is set, there may be only max_threads at a time,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment