From: alberto sartori Date: Sat, 5 Sep 2015 16:18:02 +0000 (+0200) Subject: fix multiple parameter loop tests X-Git-Tag: v8.4.0-rc2~477^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e0b7e3ef56550f8130a62744f5e9d1412b4522;p=dealii.git fix multiple parameter loop tests --- diff --git a/source/base/parameter_handler.cc b/source/base/parameter_handler.cc index 5ee5b461a0..c2827a503a 100644 --- a/source/base/parameter_handler.cc +++ b/source/base/parameter_handler.cc @@ -1394,7 +1394,7 @@ bool ParameterHandler::read_input (const std::string &filename, file_contents.push_back('\n'); } - return read_input_from_string (file_contents.c_str()); + return ParameterHandler::read_input_from_string (file_contents.c_str()); } catch (const PathSearch::ExcFileNotFound &) {