Skip to content

Commit e9d0c82

Browse files
authored
docs: remove comment
Signed-off-by: Athan <[email protected]>
1 parent 736d820 commit e9d0c82

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/base/zdscal

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/base/zdscal/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ void c_zdscal_ndarray( const CBLAS_INT N, const double alpha, void *X, const CBL
256256
#include <stdio.h>
257257

258258
int main( void ) {
259-
// Create strided arrays:
260259
stdlib_complex128_t x[] = {
261260
stdlib_complex128( 1.0, 2.0 ),
262261
stdlib_complex128( 3.0, 4.0 ),

0 commit comments

Comments
 (0)