Skip to content

Commit dd67813

Browse files
author
Konstantin Podshumok
committed
fix typo
1 parent 27afc2e commit dd67813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysdsl/types/wavelet.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ inline auto add_wt_blcd(py::module& m, std::string&& base_name)
455455
template <class bit_vector=sdsl::bit_vector>
456456
inline auto add_wt_blcd_int(py::module& m, std::string&& base_name)
457457
{
458-
auto cls = add_wavelet_class<sdsl::wt_huff_int<bit_vector>>(
458+
auto cls = add_wavelet_class<sdsl::wt_blcd_int<bit_vector>>(
459459
m, ("WaveletTreeBalancedInt" + base_name).c_str(), doc_wt_blcd);
460460
m.attr("wavelet_tree_balanced_int").attr("__setitem__")(base_name, cls);
461461

0 commit comments

Comments
 (0)