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

[functionals] fix function usage

parent 735f20f1
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ public:
const XT::Common::Parameter& param = {},
const ElementFilterType& filter = ApplyOnAllElements())
{
local_accumulators_.emplace_back(make_local_element_functional_accumulator<GV>(local_functional, &source_, param));
local_accumulators_.emplace_back(make_local_element_functional_accumulator<GV>(local_functional, *source_, param));
this->append(*local_accumulators_.back(), filter);
return *this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment