From: bangerth Date: Wed, 12 Aug 2009 03:24:23 +0000 (+0000) Subject: Add references to tutorial programs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e64a46298b8b81a0bab9911bb6ea12b75e672ff;p=dealii-svn.git Add references to tutorial programs. git-svn-id: https://svn.dealii.org/trunk@19227 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/filtered_iterator.h b/deal.II/deal.II/include/grid/filtered_iterator.h index effe6f6dd1..35eb729111 100644 --- a/deal.II/deal.II/include/grid/filtered_iterator.h +++ b/deal.II/deal.II/include/grid/filtered_iterator.h @@ -208,6 +208,9 @@ namespace IteratorFilters * called with a pair of iterators denoting a range on which they * shall act, by choosing a filtered iterator instead of usual ones. * + * This class is used in @ref step_18 "step-18" and + * @ref step_32 "step-32". + * * *

Predicates

*