]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make an error message more informative by giving a hint what the reason for a error...
authorRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 30 Sep 2005 16:22:01 +0000 (16:22 +0000)
committerRalf Hartmann <Ralf.Hartmann@dlr.de>
Fri, 30 Sep 2005 16:22:01 +0000 (16:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@11560 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/parameter_handler.cc

index 96659114db323645ea27caaf9f0f44783dd7b70b..d6732bfe1dc6a3a43c4379a993bfba6c5532b440 100644 (file)
@@ -1252,7 +1252,7 @@ ParameterHandler::scan_line (std::string        line,
 
                                   // this line matched nothing known
   std::cerr << "Line " << lineno
-            << ": This line matched nothing known:" << std::endl
+            << ": This line matched nothing known ('set' or 'subsection' missing!?):" << std::endl
            << "    " << line << std::endl;
   return false;
 }

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.