Skip to content

Commit 7c5078b

Browse files
spectre-nstdegeus
authored andcommitted
Resolved compile warning for convolve. Missed it in the original pr
1 parent fd7a610 commit 7c5078b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/xtensor/xmath.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3048,7 +3048,7 @@ namespace detail {
30483048
}
30493049

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

0 commit comments

Comments
 (0)