aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-03-03 22:00:02 +0000
committerschnetter <schnetter@ff385933-4943-42dc-877b-ffc776028de6>2004-03-03 22:00:02 +0000
commitb49e2fe50f93ad9e26c3b98e7f6e903aea3bfcfb (patch)
tree25540b2096d71696e4819016b2af92b09e04fc7e
parent9d569479b511a6d0245739a23d06b0155b1db6c4 (diff)
Initialise NaNmask pointer when called from another thorn.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@57 ff385933-4943-42dc-877b-ffc776028de6
-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"))