Skip to content

Commit 229126b

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent d7ad94a commit 229126b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/gvander/lib

lib/node_modules/@stdlib/blas/ext/base/gvander/lib/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function gvander( mode, M, N, x, strideX, offsetX, out, strideOut1, strideOut2,
123123
do0 = strideOut1;
124124
do1 = strideOut2 - ( S0*strideOut1 );
125125
io = offsetOut;
126-
gfill( S0, 1.0, out, do0, io );
126+
gfill( S0, 1.0, out, strideOut1, offsetOut );
127127
io += strideOut2;
128128
for ( i1 = 1; i1 < S1; i1++ ) {
129129
ix = offsetX;

0 commit comments

Comments
 (0)