Skip to content

Commit aa9235c

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 222f82c commit aa9235c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ static float rand_float( void ) {
9797
static double benchmark1( int iterations, int len ) {
9898
double elapsed;
9999
float x[ len ];
100-
CBLAS_INT n; /* silence warning about incompatible pointer type */
100+
CBLAS_INT n;
101101
double v;
102102
double t;
103103
int i;
@@ -137,7 +137,7 @@ static double benchmark1( int iterations, int len ) {
137137
static double benchmark2( int iterations, int len ) {
138138
double elapsed;
139139
float x[ len ];
140-
CBLAS_INT n; /* silence warning about incompatible pointer type */
140+
CBLAS_INT n;
141141
double v;
142142
double t;
143143
int i;

0 commit comments

Comments
 (0)