From: Martin Kronbichler Date: Fri, 27 Mar 2020 17:50:53 +0000 (+0100) Subject: step-69: Refer to step-60 for parameter subscription topic X-Git-Tag: v9.2.0-rc1~347^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9751%2Fhead;p=dealii.git step-69: Refer to step-60 for parameter subscription topic --- diff --git a/examples/step-69/step-69.cc b/examples/step-69/step-69.cc index d97a0307d8..8fd9023617 100644 --- a/examples/step-69/step-69.cc +++ b/examples/step-69/step-69.cc @@ -109,7 +109,7 @@ // ParameterAcceptor. This facilitates the population of all the global // parameters into a single (global) ParameterHandler. More explanations // about the use of inheritance from ParameterAcceptor as a global -// subscription mechanism can be found in step-59. +// subscription mechanism can be found in step-60. namespace Step69 { using namespace dealii;