summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--charf.c2
1 files changed, 1 insertions, 1 deletions
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*/