X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=CSA.h;fp=CSA.h;h=85607308213718ad7247032c021f9b357b41aefc;hb=09ac4c6c0d69575fa0c22e63c669c4da77e31889;hp=c0751cf406b4254b625c1c7f062fbd7509151781;hpb=0c6f8d3fc20c0ee00ac6d4978164e712ac75e79a;p=SXSI%2FTextCollection.git 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