Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
initializer list
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Nov 14, 2023
1 parent 22f25b0 commit 3f8435d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimization/CasADiOpti.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CasADiOpti {
private:
casadi::Opti opti;
std::optional<casadi::OptiSol> solution;
CasADiIterCallback callback("f", 0, 0, 0);
CasADiIterCallback callback {"f", 0, 0, 0};

public:
casadi::MX DecisionVariable();
Expand Down

0 comments on commit 3f8435d

Please sign in to comment.