Skip to content

Commit

Permalink
Resolved compile warning for convolve. Missed it in the original pr
Browse files Browse the repository at this point in the history
  • Loading branch information
spectre-ns authored and tdegeus committed Apr 19, 2022
1 parent fd7a610 commit 7c5078b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/xtensor/xmath.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,7 @@ namespace detail {
}

template <class E1, class E2>
inline auto convolve_impl(E1&& e1, E2&& e2, convolve_mode::full mode)
inline auto convolve_impl(E1&& e1, E2&& e2, convolve_mode::full)
{
using value_type = typename std::decay<E1>::type::value_type;

Expand Down

0 comments on commit 7c5078b

Please sign in to comment.