Skip to content

Commit 17ee218

Browse files
authored
fix: remove copy-paste mistake
Signed-off-by: Athan <[email protected]>
1 parent 30fe3fc commit 17ee218

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/gscal/lib/accessors.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ function gscal( N, alpha, x, stride, offset ) {
8888
return x;
8989
}
9090
for ( i = 0; i < N; i++ ) {
91-
x[ ix ] *= alpha;
9291
xset( xbuf, ix, xget( xbuf, ix ) * alpha );
9392
ix += stride;
9493
}

0 commit comments

Comments
 (0)