]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Improve an error message. 15764/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 19 Jul 2023 16:37:23 +0000 (10:37 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 19 Jul 2023 16:37:23 +0000 (10:37 -0600)
include/deal.II/base/parameter_handler.h

index fa4cf1c05b2ae47d19ed188a3ea3d732ea09d254..f1a25a14c949ed4f3b13b698e7f450fc600b96cd 100644 (file)
@@ -1675,9 +1675,9 @@ public:
                  std::string,
                  std::string,
                  << "Line <" << arg1 << "> of file <" << arg2
-                 << ": There is "
-                    "no such subsection to be entered: "
-                 << arg3);
+                 << ">: You are trying to enter a subsection '" << arg3
+                 << "', but the ParameterHandler object does "
+                 << "not know of any such subsection.");
 
   /**
    * General exception for a line that could not be parsed, taking, as

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.