Skip to content

Commit 4ce9447

Browse files
authored
chore: reorder declarations
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent faa99a8 commit 4ce9447

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/weibull/quantile/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ static double random_uniform( const double min, const double max ) {
9393
*/
9494
static double benchmark( void ) {
9595
double elapsed;
96+
double lambda[ 100 ];
9697
double p[ 100 ];
9798
double k[ 100 ];
98-
double lambda[ 100 ];
9999
double y;
100100
double t;
101101
int i;

0 commit comments

Comments
 (0)