Skip to content

Commit f3098b3

Browse files
committed
fix: apply code review suggestion
1 parent a4261a8 commit f3098b3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

265265
int main( void ) {
266266
// Create a strided array:
267-
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 };
267+
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 };
268268

269269
// Specify the number of elements:
270270
const int N = 5;

0 commit comments

Comments
 (0)