RRR coding to BRW
[SXSI/TextCollection.git] / CSA.cpp
diff --git a/CSA.cpp b/CSA.cpp
index 0c755f0..bdf97ef 100644 (file)
--- a/CSA.cpp
+++ b/CSA.cpp
@@ -1019,7 +1019,7 @@ void CSA::makewavelet(uchar *bwt)
     bwt = 0;
 
     alphabet_mapper * am = new alphabet_mapper_none();
-    static_bitsequence_builder * bmb = new static_bitsequence_builder_rrr02(16); // FIXME samplerate?
+    static_bitsequence_builder * bmb = new static_bitsequence_builder_brw32(16); // FIXME samplerate?
     
     //cout << "Building Huffman table..."; cout.flush();