Skip to content
Snippets Groups Projects
Commit 3f8918c4 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[operators.default] fix apply in MatrixOperatorDefault

parent c639077a
No related branches found
No related tags found
No related merge requests found
......@@ -311,8 +311,7 @@ public:
}
template <class S, class R>
void apply(const ConstDiscreteFunction<SourceSpaceType, S>& source,
ConstDiscreteFunction<RangeSpaceType, R>& range) const
void apply(const ConstDiscreteFunction<SourceSpaceType, S>& source, DiscreteFunction<RangeSpaceType, R>& range) const
{
apply(source.vector(), range.vector());
}
......
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