diff options
Diffstat (limited to 'Hilbert/GetLocation.hpp')
-rw-r--r-- | Hilbert/GetLocation.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Hilbert/GetLocation.hpp b/Hilbert/GetLocation.hpp index c0d6781..e66dc04 100644 --- a/Hilbert/GetLocation.hpp +++ b/Hilbert/GetLocation.hpp @@ -20,7 +20,6 @@ #define _GETLOCATION_HPP_ -#include <Hilbert/Common.hpp> #include <Hilbert/BigBitVec.hpp> @@ -28,7 +27,7 @@ namespace Hilbert { template<class P,class I> - H_INLINE + inline void _getLocation( const P *p, @@ -68,7 +67,7 @@ namespace Hilbert template<class P,class I> - H_INLINE + inline void getLocation( const P *p, |