From: Wolfgang Bangerth Date: Fri, 2 Jun 2017 22:05:23 +0000 (-0600) Subject: Deprecate ParameterHandler::print_parameters_section(). X-Git-Tag: v9.0.0-rc1~1532^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a138e666dcf7054ecc9fd30478c53bf6d3e60873;p=dealii.git Deprecate ParameterHandler::print_parameters_section(). --- diff --git a/include/deal.II/base/parameter_handler.h b/include/deal.II/base/parameter_handler.h index 197277e9f4..4a7cc98236 100644 --- a/include/deal.II/base/parameter_handler.h +++ b/include/deal.II/base/parameter_handler.h @@ -2080,11 +2080,14 @@ public: * * In most cases, you will not want to use this function directly, but have * it called recursively by the previous function. + * + * @deprecated This function is deprecated because, even though it only + * outputs information, it is not a const function. */ void print_parameters_section (std::ostream &out, const OutputStyle style, const unsigned int indent_level, - const bool include_top_level_elements = false); + const bool include_top_level_elements = false) DEAL_II_DEPRECATED; /** * Print parameters to a logstream. This function allows to print all