Skip to content
Snippets Groups Projects
Commit 9363cea8 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fix constructor of operator

parent 9201d8dd
No related branches found
No related tags found
No related merge requests found
......@@ -236,7 +236,7 @@ boost::shared_ptr<FunctionalOperator> FunctionalOperator::clone_clean_ptr() cons
template <class T> inline
Operator<T>::Operator(
const boost::shared_ptr<Function<T> >& body,
const boost::shared_ptr<const Function<T> >& body,
const Variables &variables)
: FunctionalOperator(variables),
function_body_(body)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment