From fccd7a5f751c8de4b4dd661bff8d9c3bab8060af Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Aug 2009 03:24:23 +0000 Subject: [PATCH] Add references to tutorial programs. git-svn-id: https://svn.dealii.org/trunk@19227 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/filtered_iterator.h | 3 +++ 1 file changed, 3 insertions(+) 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

* -- 2.39.5