diff --git a/ProcessLib/Process.h b/ProcessLib/Process.h index d5cec4d4fdb32a7bfda8662fe54b510517db0c5d..426f3452883b522c087ea61f162d8f5c79184617 100644 --- a/ProcessLib/Process.h +++ b/ProcessLib/Process.h @@ -44,7 +44,8 @@ public: std::vector<std::reference_wrapper<ProcessVariable>>&& process_variables, SecondaryVariableCollection&& secondary_variables, - ProcessOutput&& process_output); + ProcessOutput&& process_output, + NumLib::NamedFunctionCaller&& named_function_caller); /// Preprocessing before starting assembly for new timestep. virtual void preTimestep(GlobalVector const& /*x*/, const double /*t*/,