Skip to content

Commit 0cb1c6b

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 530e616 commit 0cb1c6b

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/ssyr/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/ssyr/src/ssyr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void API_SUFFIX(c_ssyr)( const CBLAS_LAYOUT order, const CBLAS_UPLO uplo, const
4747
sa1 = LDA;
4848
sa2 = 1;
4949
}
50-
ox = stdlib_strided_base_stride2offset( N, strideX );
50+
ox = stdlib_strided_stride2offset( N, strideX );
5151
API_SUFFIX(c_ssyr_ndarray)( uplo, N, alpha, X, strideX, ox, A, sa1, sa2, 0 );
5252
return;
5353
}

0 commit comments

Comments
 (0)