Skip to content
Snippets Groups Projects
Commit 88d9cc71 authored by Tim Keil's avatar Tim Keil
Browse files

[base/derived] update derived function

parent 2d622ece
No related branches found
No related tags found
No related merge requests found
......@@ -184,12 +184,11 @@ public:
protected:
void post_bind(const ElementType& element)
{
DUNE_THROW(NotImplemented, 'Implement it');
// func_local_.post_bind(element);
func_local_->bind(element);
}
private:
const std::unique_ptr<const typename FunctionType::LocalFunctionType> func_local_;
std::unique_ptr<typename FunctionType::LocalFunctionType> func_local_;
}; // class DerivedLocalFunction
......
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