Skip to content

Commit 72f41b6

Browse files
authored
chore: revert type change
Signed-off-by: Athan <[email protected]>
1 parent 5608244 commit 72f41b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/smeanors/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static float rand_float( void ) {
9696
*/
9797
static double benchmark( int iterations, int len ) {
9898
double elapsed;
99-
double x[ len ];
99+
float x[ len ];
100100
float v;
101101
double t;
102102
int i;

0 commit comments

Comments
 (0)