From: Timo Heister Date: Fri, 15 May 2020 02:03:25 +0000 (-0400) Subject: tests: add additional output file for intel X-Git-Tag: v9.3.0-rc1~1631^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b637dc955c938a28cccfa7e7b4b05c900fcb90cf;p=dealii.git tests: add additional output file for intel --- diff --git a/tests/parameter_handler/parameter_handler_25.output2 b/tests/parameter_handler/parameter_handler_25.output2 new file mode 100644 index 0000000000..28acc10ab6 --- /dev/null +++ b/tests/parameter_handler/parameter_handler_25.output2 @@ -0,0 +1,28 @@ + +DEAL:: +DEAL::successful +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + void dealii::ParameterHandler::set(const std::__cxx11::basic_string, std::allocator> &, const std::__cxx11::basic_string, std::allocator> &) +The violated condition was: + false +Additional information: + You can't ask for entry you have not yet declared. +-------------------------------------------------------- + +DEAL:: +-------------------------------------------------------- +An error occurred in file in function + void dealii::ParameterHandler::assert_that_entries_have_been_set() const +The violated condition was: + entries_wrongly_not_set.size() == 0 +Additional information: + Not all entries of the parameter handler that were declared with `has_to_be_set = true` have been set. The following parameters + + General.Precision + General.dim + + have not been set. A possible reason might be that you did not add these parameter to the input file or that their spelling is not correct. +-------------------------------------------------------- +