aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"