This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch density_custom_kernel
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit 3bc23510e8e5abee62221a7ec5441ecd14ead8af
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Dec 13 19:55:04 2022 -0800

    fixed iterator
---
 density/include/density_sketch_impl.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/density/include/density_sketch_impl.hpp 
b/density/include/density_sketch_impl.hpp
index 6771767..86da337 100755
--- a/density/include/density_sketch_impl.hpp
+++ b/density/include/density_sketch_impl.hpp
@@ -213,6 +213,7 @@ height_(0)
     level_it_ = levels_it_->begin();
     if (level_it_ != levels_it_->end()) break;
     ++levels_it_;
+    ++height_;
   }
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to