Skip to content

Commit 02ffc2d

Browse files
committed
chore: rearrange variable declaration
1 parent dfb30a7 commit 02ffc2d

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/src

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ double API_SUFFIX(stdlib_strided_dnannsumkbn2)( const CBLAS_INT N, const double
6363
* @return output value
6464
*/
6565
double API_SUFFIX(stdlib_strided_dnannsumkbn2_ndarray)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, CBLAS_INT *n ) {
66+
CBLAS_INT ix;
67+
CBLAS_INT i;
6668
double sum;
6769
double ccs;
6870
double cs;
6971
double cc;
70-
CBLAS_INT ix;
71-
CBLAS_INT i;
7272
double v;
7373
double t;
7474
double c;

0 commit comments

Comments
 (0)