typo: face -> cell

This commit is contained in:
Andreas Fabri 2024-01-16 09:12:30 +00:00
parent 2baba7c94d
commit f083aa4520
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ public:
Can be either `CGAL::Sequential_tag`, `CGAL::Parallel_if_available_tag`, or `CGAL::Parallel_tag`.
\tparam Functor must implement `void operator()(const Cell_descriptor& cell)`.
\param f the functor called on every face
\param f the functor called on every cell
*/
template <typename ConcurrencyTag, typename Functor>
void iterate_cells(Functor& f) const;