From a138e666dcf7054ecc9fd30478c53bf6d3e60873 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 2 Jun 2017 16:05:23 -0600 Subject: [PATCH] Deprecate ParameterHandler::print_parameters_section(). --- include/deal.II/base/parameter_handler.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5