Skip to content

Commit 83bde37

Browse files
chore: fix variable order
Signed-off-by: Karan Anand <[email protected]>
1 parent 3bf90ae commit 83bde37

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/hypergeometric/stdev/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ static double random_uniform( const double min, const double max ) {
9494
*/
9595
static double benchmark( void ) {
9696
double elapsed;
97+
double sd;
9798
int32_t N[ 100 ];
9899
int32_t K[ 100 ];
99100
int32_t n[ 100 ];
100-
double sd;
101101
double t;
102102
int i;
103103

0 commit comments

Comments
 (0)