From: Timo Heister Date: Tue, 17 Mar 2020 15:45:03 +0000 (-0400) Subject: address comments X-Git-Tag: v9.2.0-rc1~408^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9670%2Fhead;p=dealii.git address comments --- 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 {