aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/MathBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/MathBench.cpp')
-rw-r--r--bench/MathBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/MathBench.cpp b/bench/MathBench.cpp
index e05bd5fada..02867e2743 100644
--- a/bench/MathBench.cpp
+++ b/bench/MathBench.cpp
@@ -274,7 +274,7 @@ public:
}
if (index < 0) {
- fProc = NULL;
+ fProc = nullptr;
fName = "isfinite_rect";
} else {
fProc = gRec[index].fProc;