From fd111a1a51b8293f79db6284331af50824df92b9 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 4 Oct 2024 09:03:37 +0200 Subject: Added documentation on how to run derivedata --- tools/001_derive_h48/derive_h48.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/001_derive_h48/derive_h48.c b/tools/001_derive_h48/derive_h48.c index c3062bf..ba282ff 100644 --- a/tools/001_derive_h48/derive_h48.c +++ b/tools/001_derive_h48/derive_h48.c @@ -1,3 +1,14 @@ +/* +This tool is specific to the H48 solver. It can be used to derive small +intermediate tables from larger tables, including the full h11 table. + +When using k=2, the base values for the tables may differ. If you want +to change this value, for example for generating a table with base = 9 +from the h11 table with base = 10, you must re-generate the large table +with the correct base value. The easiest way to do so is to manually +edit the base value in the source code and recompile. +*/ + #include "../tool.h" char *opts_large, *opts_small, *filename_large, *filename_small; -- cgit v1.3