Skip to content

Commit 3e158bc

Browse files
authored
chore: add variable declaration
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent bfb5d8a commit 3e158bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function gger( M, N, alpha, x, strideX, offsetX, y, strideY, offsetY, A, strideA
8181
var iy;
8282
var i0;
8383
var i1;
84-
var ox;
84+
var v;
8585

8686
// Cache references to array data:
8787
xbuf = x.data;

0 commit comments

Comments
 (0)