From b26ec289fb517259b13b758416912363b1b2ca79 Mon Sep 17 00:00:00 2001 From: Julian Weigt Date: Fri, 23 Jan 2026 16:12:37 +0100 Subject: typo --- charf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charf.c b/charf.c index 53ab4ef..cd44884 100644 --- a/charf.c +++ b/charf.c @@ -157,7 +157,7 @@ void compute_maximalfunction(VALUETYPE* f, VALUETYPE* Mf, int D){ /*Generates all characteristic functions of length up N.*/ int generate_each_charf(VALUETYPE* f, index_t i){ index_t s=0; - int d=31; + int d=2; /*number of strings of length d that begin with 1*/ index_t powd = 1UL << d-1; /*number of strings of length d that begin with 1 but are not all 1*/ -- cgit v1.2.3