aboutsummaryrefslogtreecommitdiffstats
path: root/chilbert/Algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'chilbert/Algorithm.hpp')
-rw-r--r--chilbert/Algorithm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chilbert/Algorithm.hpp b/chilbert/Algorithm.hpp
index e522554..31ae8ca 100644
--- a/chilbert/Algorithm.hpp
+++ b/chilbert/Algorithm.hpp
@@ -251,7 +251,7 @@ namespace chilbert
// t = GrayCode(w)
t = w;
- t.grayCode();
+ grayCode(t);
// Reverse the transform
// l = T^{-1}_{(e,d)}(t)