]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Revert one of last three fixes as it actually was alright.
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 1 Jun 2004 10:49:24 +0000 (10:49 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Tue, 1 Jun 2004 10:49:24 +0000 (10:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@9349 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/filtered_iterator.h

index d870b99416dad3ebcf694707351804eff1fda563..565471dc518ec66ac029cce2ebf1b38fdc392552 100644 (file)
@@ -349,7 +349,7 @@ namespace IteratorFilters
  * FilteredIterator<typename Triangulation<dim>::active_cell_iterator>
  *   cell (FilteredIterator::SubdomainEqualTo(3)),
  *   endc (FilteredIterator::SubdomainEqualTo(3), tria.end());
- * cell.set_to_next_positive (tria.begin_active(3));
+ * cell.set_to_next_positive (tria.begin_active());
  * for (; cell!=endc; ++cell)
  *   assemble_local_matrix (cell);
  * @endverbatim

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.