diff options
Diffstat (limited to 'chilbert')
-rw-r--r-- | chilbert/Algorithm.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chilbert/Algorithm.hpp b/chilbert/Algorithm.hpp index 7d40f2d..e5072b0 100644 --- a/chilbert/Algorithm.hpp +++ b/chilbert/Algorithm.hpp @@ -131,7 +131,7 @@ _coordsToIndex(const P* const p, // Initialize e.reset(); l.reset(); - h = 0U; + h.reset(); // Work from MSB to LSB size_t d = D0; |