Removed
[SXSI/TextCollection.git] / TCImplementation.h
index b74f705..5430f21 100644 (file)
 #include "BitRank.h"
 #include "TextCollection.h"
 #include "BlockArray.h"
-#include "BSGAP.h"
 
 // Include  from XMLTree/libcds
 #include <basics.h> // Defines W == 32
 #include <static_bitsequence.h>
 #include <alphabet_mapper.h>
 #include <static_sequence.h>
+#include <static_sequence_wvtree_noptrs.h>
 
 // Re-define word size to ulong:
 #undef W
@@ -117,7 +117,7 @@ private:
     static_sequence * alphabetrank;
 
     // Sample structures for texts longer than samplerate
-    BSGAP *sampled;  // FIXME Replace with RRR02
+    static_bitsequence * sampled;  // FIXME Replace with RRR02
     BlockArray *suffixes;
     BlockArray *suffixDocId;
 
@@ -127,7 +127,6 @@ private:
     ulong maxTextLength;
 
     // Array of document id's in the order of end-markers in BWT
-    // Access by endmarkerDocId[rank_$(L, p) - 1].
     static_sequence *Doc;
 
     // Following are not part of the public API