aboutsummaryrefslogtreecommitdiffstats
path: root/Hilbert/Algorithm.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-08-04 19:16:02 +0200
committerDavid Robillard <d@drobilla.net>2018-08-07 20:01:08 +0200
commite0cab1aa093bfc9e15bd4c47e69328d9a46b2f15 (patch)
tree70b17c1b285e5306c244c200f9953c2c89260f77 /Hilbert/Algorithm.hpp
parent3d4b2c4a395932b367a5e217677c761fa68cc29a (diff)
downloadchilbert-e0cab1aa093bfc9e15bd4c47e69328d9a46b2f15.tar.gz
chilbert-e0cab1aa093bfc9e15bd4c47e69328d9a46b2f15.tar.bz2
chilbert-e0cab1aa093bfc9e15bd4c47e69328d9a46b2f15.zip
Use nullptr
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);