Skip to content

Commit

Permalink
[DLG] Update ipopt_optimize_nlp_cppad.h
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolodares authored Nov 22, 2023
1 parent 1b8d74a commit 16a8bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lion/math/ipopt_optimize_nlp_cppad.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace detail::ipopt_optimize_nlp_cppad {
template<class FG_eval>
struct ADvector_type
{
using type = FG_eval::ADvector;
using type = typename FG_eval::ADvector;
};

template<typename T>
Expand Down

0 comments on commit 16a8bd5

Please sign in to comment.