From 2de6a3063c51d42813b939f11d9f37eb7885c0d1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 5 Mar 2020 16:23:27 -0700 Subject: [PATCH] Reference step-69 in a couple of places. --- include/deal.II/base/parallel.h | 3 ++- include/deal.II/base/parameter_acceptor.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/base/parallel.h b/include/deal.II/base/parallel.h index 7376ec70fe..f2c542c060 100644 --- a/include/deal.II/base/parallel.h +++ b/include/deal.II/base/parallel.h @@ -373,7 +373,8 @@ namespace parallel /** * This function applies the given function argument @p f to all elements in - * the range [begin,end) and may do so in parallel. + * the range [begin,end) and may do so in parallel. An example + * of its use is given in step-69. * * However, in many cases it is not efficient to call a function on each * element, so this function calls the given function object on sub-ranges. diff --git a/include/deal.II/base/parameter_acceptor.h b/include/deal.II/base/parameter_acceptor.h index e0467454cb..0a1a20060d 100644 --- a/include/deal.II/base/parameter_acceptor.h +++ b/include/deal.II/base/parameter_acceptor.h @@ -72,7 +72,7 @@ DEAL_II_NAMESPACE_OPEN * attach a signal to ParameterAcceptor::declare_parameters_call_back and * ParameterAcceptor::parse_parameters_call_back, that are called just after * the declare_parameters() and parse_parameters() functions of each derived - * class. + * class. step-69 has an example of doing this. * * A typical usage of this class is the following: * -- 2.39.5