From 51a0a5fa45c4b4b7ec9fc1d8b6c0393748edd268 Mon Sep 17 00:00:00 2001 From: pratas Date: Mon, 24 Jul 2017 17:08:23 +0100 Subject: [PATCH] rmLowAlpha --- src/tico.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tico.c b/src/tico.c index f5c8f48..797e00e 100644 --- a/src/tico.c +++ b/src/tico.c @@ -106,7 +106,7 @@ refNModels, INF *I){ } // REMAP ALPHABET - ResetAlphabet(AL); + // ResetAlphabet(AL); PrintAlphabet(AL); WriteNBits(AL->cardinality, 16, Writter); @@ -128,7 +128,8 @@ refNModels, INF *I){ for(idxPos = 0 ; idxPos < k ; ++idxPos){ CalcProgress(size, ++i); - + + /* if(IsLowChar(AL, readerBuffer[idxPos]) == 1){ #ifdef ESTIMATE if(P->estim != 0) @@ -136,6 +137,7 @@ refNModels, INF *I){ #endif continue; } + */ symBuf->buf[symBuf->idx] = sym = AL->revMap[ readerBuffer[idxPos] ]; memset((void *)PT->freqs, 0, AL->cardinality * sizeof(double));