aboutsummaryrefslogtreecommitdiffstats
path: root/Hilbert/GetLocation.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Hilbert/GetLocation.hpp')
-rw-r--r--Hilbert/GetLocation.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hilbert/GetLocation.hpp b/Hilbert/GetLocation.hpp
index 99ea7ba..c0d6781 100644
--- a/Hilbert/GetLocation.hpp
+++ b/Hilbert/GetLocation.hpp
@@ -79,7 +79,7 @@ namespace Hilbert
{
/*int j;
for ( j = n-1; j >= 0; --j )
- l.setBit(j,p[j].getBit(i));
+ l.set(j,p[j].test(i));
return;*/
int j, jo, ir;