Skip to content

Commit 1f27312

Browse files
committed
Fix type
1 parent b67fd0f commit 1f27312

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/max-view-buffer-index/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/max-view-buffer-index/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ double rand_double() {
9494
*/
9595
double benchmark() {
9696
double elapsed;
97-
uint64_t n;
97+
int64_t n;
9898
double t;
9999
int i;
100100

0 commit comments

Comments
 (0)