diff options
Diffstat (limited to 'Hilbert/GetBits.hpp')
-rw-r--r-- | Hilbert/GetBits.hpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Hilbert/GetBits.hpp b/Hilbert/GetBits.hpp index 862eae3..461690c 100644 --- a/Hilbert/GetBits.hpp +++ b/Hilbert/GetBits.hpp @@ -20,14 +20,13 @@ #define _GETBITS_HPP_ -#include <Hilbert/Common.hpp> #include <Hilbert/BigBitVec.hpp> namespace Hilbert { template <class H,class I> - H_INLINE + inline void getBits( const H &h, // bits to read @@ -49,7 +48,7 @@ namespace Hilbert // <CBigBitVec,CFixBitVec> template<> - H_INLINE + inline void getBits( const CBigBitVec &h, @@ -73,7 +72,7 @@ namespace Hilbert // <CFixBitVec,CFixBitVec> template<> - H_INLINE + inline void getBits( const CFixBitVec &h, |