From: nvalimak Date: Mon, 9 Mar 2009 11:31:27 +0000 (+0000) Subject: Fixed MakeStatic() X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;ds=sidebyside;h=09ac4c6c0d69575fa0c22e63c669c4da77e31889;p=SXSI%2FTextCollection.git Fixed MakeStatic() git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/TextCollection@223 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/CSA.h b/CSA.h index c0751cf..8560730 100644 --- a/CSA.h +++ b/CSA.h @@ -25,6 +25,7 @@ #include "TextCollection.h" #include "BlockArray.h" #include "RLWaveletTree.h" +#include "StringIterator.h" #include #include @@ -43,6 +44,9 @@ #endif #undef bitset +namespace SXSI +{ + // Un-comment to compare BWT against a BWT generated from class dynFMI: //#define CSA_TEST_BWT @@ -319,6 +323,8 @@ private: return alphabetrank->rank(0, ep) - ranksp; } -}; +}; // class CSA + +} // namespace SXSI #endif