]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed documentation error in filtered_iterator.h 7906/head
authorReza Rastak <rezarastak@users.noreply.github.com>
Wed, 10 Apr 2019 05:38:14 +0000 (22:38 -0700)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2019 05:38:14 +0000 (22:38 -0700)
include/deal.II/grid/filtered_iterator.h

index 88f47c7a3bfb86d08dca1b45b119bf3649bbc7f1..0ee727aee79b07138e2f3ac438850cff53f8e97a 100644 (file)
@@ -849,7 +849,7 @@ namespace internal
  *   ...
  *   const auto filtered_iterators_range =
  *     filter_iterators(dof_handler.active_cell_iterators(),
- *                      IteratorFilters::LocallyOwned());
+ *                      IteratorFilters::LocallyOwnedCell());
  *   for (const auto &cell : filtered_iterators_range)
  *     {
  *       fe_values.reinit (cell);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.