From 63edd384a564afffbcf11c4244fbf165a87091d4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 18 May 2020 17:06:31 -0600 Subject: [PATCH] Add a reference to step-70. --- include/deal.II/numerics/rtree.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/deal.II/numerics/rtree.h b/include/deal.II/numerics/rtree.h index 59f1f822e2..26c424ab97 100644 --- a/include/deal.II/numerics/rtree.h +++ b/include/deal.II/numerics/rtree.h @@ -149,9 +149,11 @@ RTree pack_rtree(const LeafTypeIterator &begin, const LeafTypeIterator &end); /** - * Construct the correct RTree object by passing an STL container type. + * Construct an RTree object by passing an STL container type. + * This function is used in step-70. * - * Notice that the order of the parameters is the opposite with respect to the + * Notice that the order of the template parameters is the opposite with respect + * to the * RTree class, since we can automatically infer the @p LeafType from the * arguments, and we only need to specify the @p IndexType if the default is not * adequate. @@ -259,7 +261,7 @@ struct ExtractLevelVisitor * Given a RTree object @p rtree, and a target level @p level, return a vector * of BoundingBox objects containing all the bounding boxes that make the given * @p level of the @p rtree. This function is a convenient wrapper around the - * ExtractLevelVisitor class. + * ExtractLevelVisitor class. It is used in step-70. * * Since an RTree object is a balanced tree, you can expect each entry of the * resulting vector to contain roughly the same number of children, and -- 2.39.5