]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo in the documentation of filter_iterators. 2742/head
authorBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 1 Jul 2016 16:17:16 +0000 (12:17 -0400)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Fri, 1 Jul 2016 16:17:16 +0000 (12:17 -0400)
include/deal.II/grid/filtered_iterator.h

index ab6ba6122954f09183ff468b4a3c71bb09347613..183e85cd0a88466d3582ed0bc087f53e7f95707c 100644 (file)
@@ -824,7 +824,7 @@ namespace internal
  *   DoFHandler<dim> dof_handler;
  *   ...
  *   for (auto cell : filter_iterators(dof_handler.active_cell_iterators(),
- *                                    IteratorFilters::LocallyOwned())
+ *                                    IteratorFilters::LocallyOwnedCell())
  *     {
  *       fe_values.reinit (cell);
  *       ...do the local integration on 'cell'...;
@@ -871,7 +871,7 @@ filter_iterators (IteratorRange<BaseIterator> i,
  *   DoFHandler<dim> dof_handler;
  *   ...
  *   for (auto cell : filter_iterators(dof_handler.active_cell_iterators(),
- *                                    IteratorFilters::LocallyOwned(),
+ *                                    IteratorFilters::LocallyOwnedCell(),
  *                                    IteratorFilters::AtBoundary())
  *     {
  *       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.