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 629d3b2 commit 4b6658cCopy full SHA for 4b6658c
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, const int64_t *strides ) {
+int8_t stdlib_ndarray_iteration_order( const int64_t ndims, const int64_t *strides ) {
47
int64_t cnt;
48
int64_t i;
49
0 commit comments