diff options
Diffstat (limited to 'charf.c')
| -rw-r--r-- | charf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*/ |
