Simplify setup of the transfer operators
Compare changes
@@ -293,6 +293,8 @@ setup(const typename BasisType::GridView::Grid& grid,
@@ -325,13 +327,8 @@ setup(const typename BasisType::GridView::Grid& grid,
The setup was needlessly complicated. I think that's because it predates the time where std::shared_ptr could be used.