aboutsummaryrefslogtreecommitdiffstats
path: root/Hilbert/Algorithm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Hilbert/Algorithm.hpp')
-rw-r--r--Hilbert/Algorithm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hilbert/Algorithm.hpp b/Hilbert/Algorithm.hpp
index 343774c..b2ad5f8 100644
--- a/Hilbert/Algorithm.hpp
+++ b/Hilbert/Algorithm.hpp
@@ -149,7 +149,7 @@ namespace Hilbert
int m,
int n,
H &h,
- int *ds = NULL // #HACK
+ int *ds = nullptr // #HACK
)
{
I e(n), l(n), t(n), w(n);