Skip to content

Commit

Permalink
rmLowAlpha
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed Jul 24, 2017
1 parent 4b9c001 commit 51a0a5f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/tico.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ refNModels, INF *I){
}

// REMAP ALPHABET
ResetAlphabet(AL);
// ResetAlphabet(AL);
PrintAlphabet(AL);

WriteNBits(AL->cardinality, 16, Writter);
Expand All @@ -128,14 +128,16 @@ refNModels, INF *I){
for(idxPos = 0 ; idxPos < k ; ++idxPos){

CalcProgress(size, ++i);


/*
if(IsLowChar(AL, readerBuffer[idxPos]) == 1){
#ifdef ESTIMATE
if(P->estim != 0)
fprintf(IAE, "%.3g\n", log2(AL->cardinality));
#endif
continue;
}
*/

symBuf->buf[symBuf->idx] = sym = AL->revMap[ readerBuffer[idxPos] ];
memset((void *)PT->freqs, 0, AL->cardinality * sizeof(double));
Expand Down

0 comments on commit 51a0a5f

Please sign in to comment.