]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate ParameterHandler::print_parameters_section().
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 2 Jun 2017 22:05:23 +0000 (16:05 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 2 Jun 2017 22:05:23 +0000 (16:05 -0600)
include/deal.II/base/parameter_handler.h

index 197277e9f42c2387276682cc0e70b86323aae259..4a7cc98236c6e6d0a0ff959987d39c0b6e7c41e5 100644 (file)
@@ -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 <code>const</code> 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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.