Skip to content

Commit 268b2cc

Browse files
committed
Fix example
1 parent a1bd208 commit 268b2cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/strided/base/dmskmap/src

lib/node_modules/@stdlib/strided/base/dmskmap/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* }
4141
*
4242
* double X[] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0 };
43-
* double M[] = { 0, 0, 1, 0, 0, 1 };
43+
* uint8_t M[] = { 0, 0, 1, 0, 0, 1 };
4444
* double Y[] = { 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 };
4545
*
4646
* int64_t N = 6;

0 commit comments

Comments
 (0)