Skip to content

Commit e62310c

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 40e55f5 commit e62310c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgemv/src/dgemv_ndarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ void API_SUFFIX(c_dgemv_ndarray)( const CBLAS_TRANSPOSE trans, const CBLAS_INT M
8787
// Extract loop variables for purposes of loop interchange: dimensions and loop offset (pointer) increments...
8888
sa[ 0 ] = strideA1;
8989
sa[ 1 ] = strideA2;
90-
isrm = stdlib_ndarray_is_row_major( 2, strides );
90+
isrm = stdlib_ndarray_is_row_major( 2, sa );
9191
if ( isrm ) {
9292
sa0 = strideA2;
9393
sa1 = strideA1;

0 commit comments

Comments
 (0)