From: Denis Davydov Date: Fri, 19 Oct 2018 09:18:28 +0000 (+0200) Subject: fix usage of skip_undefined when reading another file via input command X-Git-Tag: v9.1.0-rc1~607^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9f7e9b7a1fb4a0de48fc752d1ef8f55a8b4cce;p=dealii.git fix usage of skip_undefined when reading another file via input command --- diff --git a/source/base/parameter_handler.cc b/source/base/parameter_handler.cc index 8dd7878596..050c942f6c 100644 --- a/source/base/parameter_handler.cc +++ b/source/base/parameter_handler.cc @@ -2253,7 +2253,7 @@ ParameterHandler::scan_line(std::string line, ExcCannotOpenIncludeStatementFile(current_line_n, input_filename, line)); - parse_input(input); + parse_input(input, "input file", "", skip_undefined); } else {