Skip to content

Commit 7f7ddb8

Browse files
authored
bench: fix missing variable declarations
Signed-off-by: Athan <[email protected]>
1 parent 3ed585b commit 7f7ddb8

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/ccis/benchmark/c/native

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/math/base/special/ccis/benchmark/c/native/benchmark.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ static double benchmark( void ) {
9595
double are[ 100 ];
9696
double aim[ 100 ];
9797
double elapsed;
98+
double re;
99+
double im;
98100
double t;
99101
int i;
100102

0 commit comments

Comments
 (0)