Skip to content

Commit 4b6658c

Browse files
authored
fix: update signature
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 629d3b2 commit 4b6658c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/ndarray/base/iteration-order/src

lib/node_modules/@stdlib/ndarray/base/iteration-order/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* int8_t o = stdlib_ndarray_iteration_order( ndims, strides );
4444
* // returns 1
4545
*/
46-
int8_t stdlib_ndarray_iteration_order( int64_t ndims, const int64_t *strides ) {
46+
int8_t stdlib_ndarray_iteration_order( const int64_t ndims, const int64_t *strides ) {
4747
int64_t cnt;
4848
int64_t i;
4949

0 commit comments

Comments
 (0)