Skip to content

Commit

Permalink
Fix BasketAutoDiff template args
Browse files Browse the repository at this point in the history
  • Loading branch information
mazestic committed Oct 6, 2023
1 parent 5567398 commit 064170c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ponca/src/Fitting/basket.h
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ namespace internal
}; // class Basket

template <class P, class W, int Type,
template <class, class, int, typename> class Ext0,
template <class, class, int, typename> class... Exts>
template <class, class, typename> class Ext0,
template <class, class, typename> class... Exts>
class BasketAutoDiff : public internal::BasketAutoDiffAggregate<P, W, Type, Ext0, Exts...>::type
{
}; // class BasketAutoDiff
Expand Down

0 comments on commit 064170c

Please sign in to comment.