Skip to content

Commit dc6446f

Browse files
committed
inner_shape_type
1 parent 3fa311d commit dc6446f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xtensor-python/pycontainer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ namespace xt
138138
{
139139
using stepper = xstepper<D>;
140140
using const_stepper = xstepper<const D>;
141-
using inner_shape_type = typename xcontainer_inner_types<D>::shape_type;
141+
using inner_shape_type = typename xcontainer_inner_types<D>::inner_shape_type;
142142
using broadcast_iterator = xiterator<stepper, inner_shape_type*>;
143143
using const_broadcast_iterator = xiterator<const_stepper, inner_shape_type*>;
144144
};

0 commit comments

Comments
 (0)