From: nvalimak Date: Thu, 16 Apr 2009 11:44:57 +0000 (+0000) Subject: Fix for mem usage of Doc X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2FTextCollection.git;a=commitdiff_plain;h=b0678a6ba87a1817502e3e3f733bb8860390a445 Fix for mem usage of Doc git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@319 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/TCImplementation.h b/TCImplementation.h index b74f705..0f0cab4 100644 --- a/TCImplementation.h +++ b/TCImplementation.h @@ -30,6 +30,7 @@ #include #include #include +#include // 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