aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2004-06-22 14:52:28 +0000
committertradke <tradke@ff385933-4943-42dc-877b-ffc776028de6>2004-06-22 14:52:28 +0000
commit56ad08ccb2949adea6bee5102b94b0c1d53e7153 (patch)
tree8dc2666ac3412426b726e98b0f79061bcd138570
parent5ba7abc4ceb6d2a37b7c771911cf6660a492b620 (diff)
Define a CCTK_INT scalar variable 'NaNChecker::NaNmask' which holds the total
number of NaNs found during the last check. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@63 ff385933-4943-42dc-877b-ffc776028de6
-rw-r--r--interface.ccl7
1 files changed, 3 insertions, 4 deletions
diff --git a/interface.ccl b/interface.ccl
index 0a795c3..9130737 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -10,7 +10,6 @@ INCLUDES HEADER: NaNCheck.h in NaNChecker.h
private:
-INT NaNmask_group TYPE = GF tags='Prolongation="None"'
-{
- NaNmask
-} "Grid function mask for NaN locations"
+INT NaNmask TYPE=GF TAGS='Prolongation="None"' "Grid function mask for NaN locations"
+
+INT NaNsFound TYPE=SCALAR "Scalar variable counting the number of NaNs found"