From: nvalimak Date: Thu, 16 Apr 2009 11:41:16 +0000 (+0000) Subject: Added new functions X-Git-Url: http://git.nguyen.vg/gitweb/?a=commitdiff_plain;h=7aba0aca5c8989175fdefe5930c65b1d83606f11;p=SXSI%2FXMLTree.git Added new functions git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/XMLTree@318 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- diff --git a/libcds/src/static_sequence/static_sequence_wvtree.cpp b/libcds/src/static_sequence/static_sequence_wvtree.cpp index 0e08676..1f6bb40 100644 --- a/libcds/src/static_sequence/static_sequence_wvtree.cpp +++ b/libcds/src/static_sequence/static_sequence_wvtree.cpp @@ -65,7 +65,7 @@ uint static_sequence_wvtree::rank(uint symbol, uint pos) { uint static_sequence_wvtree::rankLessThan(uint &symbol, uint pos) { uint s = am->map(symbol); - std::cout << "lessthan..." << std::endl; +// std::cout << "lessthan..." << std::endl; uint r = root->rankLessThan(s, pos, 0, c); symbol = am->unmap(s); return r;