Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Podshumok committed Jul 24, 2018
1 parent 27afc2e commit dd67813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysdsl/types/wavelet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ inline auto add_wt_blcd(py::module& m, std::string&& base_name)
template <class bit_vector=sdsl::bit_vector>
inline auto add_wt_blcd_int(py::module& m, std::string&& base_name)
{
auto cls = add_wavelet_class<sdsl::wt_huff_int<bit_vector>>(
auto cls = add_wavelet_class<sdsl::wt_blcd_int<bit_vector>>(
m, ("WaveletTreeBalancedInt" + base_name).c_str(), doc_wt_blcd);
m.attr("wavelet_tree_balanced_int").attr("__setitem__")(base_name, cls);

Expand Down

0 comments on commit dd67813

Please sign in to comment.