aboutsummaryrefslogtreecommitdiffstats
path: root/Hilbert/SetBits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Hilbert/SetBits.hpp')
-rw-r--r--Hilbert/SetBits.hpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/Hilbert/SetBits.hpp b/Hilbert/SetBits.hpp
index 1dc9857..5f311f1 100644
--- a/Hilbert/SetBits.hpp
+++ b/Hilbert/SetBits.hpp
@@ -20,7 +20,6 @@
#define _SETBITS_HPP_
-#include <Hilbert/Common.hpp>
#include <Hilbert/BigBitVec.hpp>
@@ -28,7 +27,7 @@ namespace Hilbert
{
template<class H,class I>
- H_INLINE
+ inline
void
setBits(
H &h, // destination
@@ -50,7 +49,7 @@ namespace Hilbert
// <CBigBitVec,CFixBitVec>
template<>
- H_INLINE
+ inline
void
setBits(
CBigBitVec &h,
@@ -74,7 +73,7 @@ namespace Hilbert
// <CFixBitVec,CFixBitVec>
template<>
- H_INLINE
+ inline
void
setBits(
CFixBitVec &h,