From dd67813af4acf578b2d2b977f17a0615bca58c25 Mon Sep 17 00:00:00 2001 From: Konstantin Podshumok Date: Tue, 24 Jul 2018 12:21:52 +0300 Subject: [PATCH] fix typo --- pysdsl/types/wavelet.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pysdsl/types/wavelet.hpp b/pysdsl/types/wavelet.hpp index 00054b4..65c682f 100644 --- a/pysdsl/types/wavelet.hpp +++ b/pysdsl/types/wavelet.hpp @@ -455,7 +455,7 @@ inline auto add_wt_blcd(py::module& m, std::string&& base_name) template inline auto add_wt_blcd_int(py::module& m, std::string&& base_name) { - auto cls = add_wavelet_class>( + auto cls = add_wavelet_class>( m, ("WaveletTreeBalancedInt" + base_name).c_str(), doc_wt_blcd); m.attr("wavelet_tree_balanced_int").attr("__setitem__")(base_name, cls);