Skip to content

Commit a00e659

Browse files
authored
chore: code review
1 parent eb1aae6 commit a00e659

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/gsumpw/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/gsumpw/lib/accessors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function gsumpw( N, x, strideX, offsetX ) {
9090
if ( strideX === 0 ) {
9191
return N * get( xbuf, ix );
9292
}
93-
s = 0.0;
93+
9494
if ( N <= 8 ) {
9595
s = 0.0;
9696
for ( i = 0; i < N; i++ ) {

0 commit comments

Comments
 (0)