Skip to content
Snippets Groups Projects
Commit 98d7b068 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] fixed compilation error

parent 0ed9b822
No related branches found
No related tags found
No related merge requests found
......@@ -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*/,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment