From 83a1d487362aa72a38c87e983afe249e123883a8 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Fri, 27 Mar 2020 18:50:53 +0100 Subject: [PATCH] step-69: Refer to step-60 for parameter subscription topic --- examples/step-69/step-69.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5