Added new functions
[SXSI/XMLTree.git] / libcds / src / static_sequence / static_sequence_wvtree.cpp
index 0e08676..1f6bb40 100644 (file)
@@ -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;