We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab353b commit 629d3b2Copy full SHA for 629d3b2
1 file changed
lib/node_modules/@stdlib/ndarray/base/iteration-order/src/main.c
@@ -43,7 +43,7 @@
43
* int8_t o = stdlib_ndarray_iteration_order( ndims, strides );
44
* // returns 1
45
*/
46
-int8_t stdlib_ndarray_iteration_order( int64_t ndims, int64_t *strides ) {
+int8_t stdlib_ndarray_iteration_order( int64_t ndims, const int64_t *strides ) {
47
int64_t cnt;
48
int64_t i;
49
0 commit comments