diff --git a/Apps/Common/SIMSolver.h b/Apps/Common/SIMSolver.h index c466ea51..767deb33 100644 --- a/Apps/Common/SIMSolver.h +++ b/Apps/Common/SIMSolver.h @@ -35,7 +35,7 @@ struct SolverConfigurator { //! \brief Configuration template template -int ConfigureSIM(T& t, const typename T::SetupProps& p, char* infile) +int ConfigureSIM(T& t, char* infile, const typename T::SetupProps& p=typename T::SetupProps()) { SolverConfigurator setup; return setup.setup(t, p, infile);