]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove references to the old read_input function. 4409/head
authorDavid Wells <wellsd2@rpi.edu>
Mon, 22 May 2017 18:47:08 +0000 (14:47 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Mon, 22 May 2017 18:47:08 +0000 (14:47 -0400)
include/deal.II/base/parameter_handler.h
tests/parameter_handler/parameter_handler_exceptions_01.cc
tests/parameter_handler/parameter_handler_exceptions_02.cc

index 1b5867af306b14892d558809111e9955b2f3ec60..197277e9f42c2387276682cc0e70b86323aae259 100644 (file)
@@ -2586,15 +2586,14 @@ public:
    * will stop parsing lines after encountering @p last_line .
    * This is handy when adding extra data that shall be parsed manually.
    *
-   * @note Of the three <tt>parse_input</tt> functions implemented by
-   * ParameterHandler, this method and the deprecated method
-   * MultipleParameterLoop::read_input are the only ones overridden with new
-   * behavior by this class. This is because the other two <tt>parse_input</tt>
-   * functions just reformat their inputs and then call this version.
+   * @note This is the only overload of the three <tt>parse_input</tt>
+   * functions implemented by ParameterHandler overridden with new behavior by
+   * this class. This is because the other two <tt>parse_input</tt> functions
+   * just reformat their inputs and then call this version.
    */
   virtual void parse_input (std::istream &input,
                             const std::string &filename = "input file",
-                            const std::string &last_line = "");
+                            const std::string &last_line = "") override;
 
   /**
    * Overriding virtual functions which are overloaded (like
index ec68a0e6a413c91bda93eae10c47239d2d7995e3..14ec9299c9f0f1ba618c5943b82603e00c805394 100644 (file)
@@ -54,7 +54,7 @@ void check (const char *p)
 
 
   // make sure the prm object was reset to a state where we are in the
-  // subsection we were in before attempting the `read_input` call
+  // subsection we were in before attempting the `parse_input` call
   // (namely, in the top-level section of the prm tree)
   deallog << "test_1="
           << prm.get ("test_1")  // should =1, because we read that value
index 7d7c7a40b01e195699dba9a8468b00985174964f..120fc3239bfc34ccbd991c16a73193bb15bbbfbf 100644 (file)
@@ -63,7 +63,7 @@ void check (const char *p)
 
 
   // make sure the prm object was reset to a state where we are in the
-  // subsection we were in before attempting the `read_input` call
+  // subsection we were in before attempting the `parse_input` call
   // (namely, in the top-level section of the prm tree)
   deallog << "test_1="
           << prm.get ("test_1")  // should =1, because we read that value

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.