From 7aba0aca5c8989175fdefe5930c65b1d83606f11 Mon Sep 17 00:00:00 2001 From: nvalimak Date: Thu, 16 Apr 2009 11:41:16 +0000 Subject: [PATCH] Added new functions git-svn-id: svn+ssh://idea.nguyen.vg/svn/sxsi/trunk/XMLTree@318 3cdefd35-fc62-479d-8e8d-bae585ffb9ca --- libcds/src/static_sequence/static_sequence_wvtree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.17.1