Skip to content

Commit 019cf6b

Browse files
authored
fix: apply suggestions from code review
Signed-off-by: Muhammad Haris <101793258+headlessNode@users.noreply.github.com>
1 parent 5747eb1 commit 019cf6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/blas/ext/base/zwhere/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,10 @@ static double rand_double( void ) {
9898
*/
9999
static double benchmark1( int iterations, int len ) {
100100
bool *condition;
101+
double elapsed;
101102
double *out;
102103
double *x;
103104
double *y;
104-
double elapsed;
105105
double t;
106106
int i;
107107

0 commit comments

Comments
 (0)