Skip to content

Commit 30fe3fc

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

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
@@ -60,7 +60,6 @@ function gscal( N, alpha, x, stride, offset ) {
6060

6161
ix = offset;
6262
if ( stride === 0 ) {
63-
x[ 0 ] *= N * alpha;
6463
xset( xbuf, ix, xget( xbuf, ix ) * N * alpha );
6564
return x;
6665
}

0 commit comments

Comments
 (0)