aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/001_gendata_h48/gendata_h48.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/001_gendata_h48/gendata_h48.c b/tools/001_gendata_h48/gendata_h48.c
index da0b4ad..a73f818 100644
--- a/tools/001_gendata_h48/gendata_h48.c
+++ b/tools/001_gendata_h48/gendata_h48.c
@@ -3,8 +3,8 @@
3 3
4#define MAXDEPTH 20 4#define MAXDEPTH 20
5#define HVALUE 0 5#define HVALUE 0
6#define OPTIONS "0;20" 6#define OPTIONS "0;4;20"
7#define LONGOPTIONS "h = 0, max depth = 20" 7#define LONGOPTIONS "h = 0, k = 4, max depth = 20"
8 8
9#define COCSEPSIZE 1119792 9#define COCSEPSIZE 1119792
10#define ETABLESIZE(h) (((3393 * 495 * 70) >> 1) << (size_t)(h)) 10#define ETABLESIZE(h) (((3393 * 495 * 70) >> 1) << (size_t)(h))

Generated with cgit - Back to sebastiano.tronto.net