]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix multiple parameter loop tests 1530/head
authoralberto sartori <alberto.sartori86@gmail.com>
Sat, 5 Sep 2015 16:18:02 +0000 (18:18 +0200)
committeralberto sartori <alberto.sartori86@gmail.com>
Sat, 5 Sep 2015 16:18:08 +0000 (18:18 +0200)
source/base/parameter_handler.cc

index 5ee5b461a03df5392f71c17fc2ffd32ad2a3b197..c2827a503a774327ff9b69be8a9eb40ad82b4154 100644 (file)
@@ -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 &)
     {

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.