aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/NaNCheck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/NaNCheck.c b/src/NaNCheck.c
index 74ce16c..57fb9b7 100644
--- a/src/NaNCheck.c
+++ b/src/NaNCheck.c
@@ -294,6 +294,7 @@ int NaNChecker_CheckVarsForNaN (const cGH *GH,
info.verbose = 0;
info.report_max = report_max;
info.action_if_found = action_if_found;
+ info.NaNmask = NULL;
#ifdef HAVE_FINITE
if (CCTK_Equals (check_for, "NaN"))