Skip to content

Commit d6045f1

Browse files
committed
fix: apply code review suggestion
1 parent c885130 commit d6045f1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ double stdlib_strided_dnannsumkbn_ndarray( const CBLAS_INT N, const double *X, c
262262

263263
int main( void ) {
264264
// Create a strided array:
265-
const double x[] = { 1.0, 2.0, -3.0, -4.0, 5.0, -6.0, -7.0, 8.0, 0.0/0.0, 0.0/0.0 };
265+
const double x[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 0.0/0.0, 0.0/0.0 };
266266

267267
// Specify the number of elements:
268268
const int N = 5;

0 commit comments

Comments
 (0)