summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hadamard_pt.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadamard_pt.hpp b/hadamard_pt.hpp
index de6590d..67cb710 100644
--- a/hadamard_pt.hpp
+++ b/hadamard_pt.hpp
@@ -155,7 +155,7 @@ public:
return f;
}
- n *= 2;
+ n += n0;
}
}