From cdf311166da0171c2787fb1745072cd14569ff4f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 25 Aug 2024 14:35:45 +0200 Subject: Refactor table generation --- tools/001_gendata_h48/gendata_h48.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') 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 @@ #define MAXDEPTH 20 #define HVALUE 0 -#define OPTIONS "0;20" -#define LONGOPTIONS "h = 0, max depth = 20" +#define OPTIONS "0;4;20" +#define LONGOPTIONS "h = 0, k = 4, max depth = 20" #define COCSEPSIZE 1119792 #define ETABLESIZE(h) (((3393 * 495 * 70) >> 1) << (size_t)(h)) -- cgit v1.3