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

Commit

Permalink
fix function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Nov 14, 2023
1 parent ac8b685 commit 9f46d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimization/CasADiIterCallback.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class CasADiIterCallback : public Callback {
~CasADiIterCallback() override {}

// Number of inputs and outputs
casadi_int get_n_in() override { return 5;}
casadi_int get_n_in() override { return 4;}
casadi_int get_n_out() override { return 1;}

// Initialize the object
Expand Down

0 comments on commit 9f46d0d

Please sign in to comment.