We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bc4526 commit 163756cCopy full SHA for 163756c
test/benchmarks/sc12/log.h
@@ -32,13 +32,13 @@
32
double es = (1.0 / (1.0 - q * m)); \
33
fprintf(stdout, " q: %f\n", q); \
34
fprintf(stdout, " m: %d\n", m); \
35
- fprintf(stdout, " E(n): %f\n", q *m); \
+ fprintf(stdout, " E(n): %f\n", q * m); \
36
fprintf(stdout, " E(s): %.2f\n", es); \
37
} \
38
if (tree_type == HYBRID) { \
39
fprintf(stdout, \
40
" Root-to-depth: %d\n", \
41
- (int)ceil(shift_depth *tree_depth)); \
+ (int)ceil(shift_depth * tree_depth)); \
42
43
if (tree_type == BALANCED) { \
44
fprintf(stdout, " Gen mx: %d\n", tree_depth); \
0 commit comments