diff --git a/dune/gdt/operators/interfaces.hh b/dune/gdt/operators/interfaces.hh index d3852d35c2b319bd4e772217bde35e98ae3aa7be..4003ba4ec939e86ce1065259fb7ecb7f3d3e994f 100644 --- a/dune/gdt/operators/interfaces.hh +++ b/dune/gdt/operators/interfaces.hh @@ -684,8 +684,8 @@ invert_options(some_type).get<std::string>("type") == some_type return RangeFunctionType(this->range_space(), this->apply(source.dofs().vector(), param)); } - virtual FieldType apply2(const SourceFunctionType& range, - const RangeFunctionType& source, + virtual FieldType apply2(const RangeFunctionType& range, + const SourceFunctionType& source, const XT::Common::Parameter& param = {}) const { DUNE_THROW_IF(!this->source_space().contains(source),