diff options
Diffstat (limited to 'chilbert/Hilbert.hpp')
-rw-r--r-- | chilbert/Hilbert.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chilbert/Hilbert.hpp b/chilbert/Hilbert.hpp index c3ecac7..7ff0a78 100644 --- a/chilbert/Hilbert.hpp +++ b/chilbert/Hilbert.hpp @@ -134,7 +134,7 @@ inline void compactIndexToCoords( CBigBitVec *p, const int *ms, int n, compactIndexToCoords<CBigBitVec,CBigBitVec>(p,ms,n,hc,M,m); } -}; +} #endif |