From 738dc205ba49fe599ff280b67ee1b58f6fc4f6c8 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sun, 12 Jan 2020 11:12:50 +0100 Subject: [PATCH] Remove reference to step-18 --- include/deal.II/grid/filtered_iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/filtered_iterator.h b/include/deal.II/grid/filtered_iterator.h index 4f8dd04e4b..654bfa0ec5 100644 --- a/include/deal.II/grid/filtered_iterator.h +++ b/include/deal.II/grid/filtered_iterator.h @@ -349,7 +349,7 @@ namespace IteratorFilters * functions are 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 step-18 and step-32. + * This class is used in step-32. * * *

Predicates

-- 2.39.5