Skip to content

Commit 85cbb0b

Browse files
authored
fix: apply suggestions from code review
Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com>
1 parent 989937a commit 85cbb0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/dediff/src

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ void API_SUFFIX(stdlib_strided_dediff_ndarray)( const CBLAS_INT N, const double
9292
}
9393

9494
// Copy `append` into output array:
95-
c_dcopy_ndarray( N, append, strideA, offsetA, out, strideOut, io );
95+
c_dcopy_ndarray( N2, append, strideA, offsetA, out, strideOut, io );
9696

9797
return;
9898
}

0 commit comments

Comments
 (0)