Fix for mem usage of Doc
authornvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Thu, 16 Apr 2009 11:44:57 +0000 (11:44 +0000)
committernvalimak <nvalimak@3cdefd35-fc62-479d-8e8d-bae585ffb9ca>
Thu, 16 Apr 2009 11:44:57 +0000 (11:44 +0000)
git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@319 3cdefd35-fc62-479d-8e8d-bae585ffb9ca

TCImplementation.h

index b74f705..0f0cab4 100644 (file)
@@ -30,6 +30,7 @@
 #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
@@ -127,7 +128,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