From b637dc955c938a28cccfa7e7b4b05c900fcb90cf Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 14 May 2020 22:03:25 -0400 Subject: [PATCH] tests: add additional output file for intel --- .../parameter_handler_25.output2 | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 tests/parameter_handler/parameter_handler_25.output2 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. +-------------------------------------------------------- + -- 2.39.5