Skip to content

Commit 04c1793

Browse files
Update benchmark.c
Signed-off-by: Gautam sharma <[email protected]>
1 parent d479e60 commit 04c1793

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/median/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/kumaraswamy/median/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static double random_uniform( const double min, const double max ) {
9393
* @return elapsed time in seconds
9494
*/
9595
static double benchmark( void ) {
96-
double a[ 100 ];
96+
double a[ 100 ];
9797
double b[ 100 ];
9898
double elapsed;
9999
double y;

0 commit comments

Comments
 (0)