Skip to content
Snippets Groups Projects
Commit b479e709 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[generic.flux-function] fix constructor

parent c6b8b86f
No related branches found
No related tags found
No related merge requests found
......@@ -229,8 +229,8 @@ public:
GenericDynamicJacobianFunctionType jacobian_func = default_dynamic_jacobian_function())
: order_(default_order_lambda(ord))
, post_bind_(post_bind_func)
, evaluate_(evaluate_func)
, dynamic_evaluate_(evaluate_from_dynamic_evaluate(evaluate_func))
, evaluate_(evaluate_from_dynamic_evaluate(evaluate_func))
, dynamic_evaluate_(evaluate_func)
, param_type_(param_type)
, name_(nm)
, jacobian_(jacobian_from_dynamic_jacobian(jacobian_func))
......
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