From 9170ad6c86909ae511d9d67d8cbb8d1561544052 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 17 Mar 2020 11:45:03 -0400 Subject: [PATCH] address comments --- examples/step-28/step-28.cc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/examples/step-28/step-28.cc b/examples/step-28/step-28.cc index ffb92c00f7..f3e3be760e 100644 --- a/examples/step-28/step-28.cc +++ b/examples/step-28/step-28.cc @@ -1141,10 +1141,11 @@ namespace Step28 // used to determine when convergence of the inverse power iteration has // occurred. In addition, we have a constructor of this class that sets all // these values to their default values, a function - // declare_parameters that described to the ParameterHandler - // class already used in step-29 what parameters are accepted in the input - // file, and a function get_parameters that can extract the - // values of these parameters from a ParameterHandler object. + // declare_parameters that describes to the ParameterHandler + // class what parameters are accepted in the input file, and a function + // get_parameters that can extract the values of these + // parameters from a ParameterHandler object. See also step-29 for another + // example of using ParameterHandler. template class NeutronDiffusionProblem { -- 2.39.5