diff --git a/src/fdr/fdr_confirm_compile.cpp b/src/fdr/fdr_confirm_compile.cpp index 4aa2df0d..30f682d1 100644 --- a/src/fdr/fdr_confirm_compile.cpp +++ b/src/fdr/fdr_confirm_compile.cpp @@ -166,7 +166,7 @@ getFDRConfirm(const vector &lits, bool applyOneCharOpt, if (make_small) { nBits = min(10U, lg2(lits.size()) + 1); } else { - nBits = min(13U, lg2(lits.size()) + 4); + nBits = lg2(lits.size() + 4); } CONF_TYPE mult = (CONF_TYPE)0x0b4e0ef37bc32127ULL;