aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl13
1 files changed, 12 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 9a10c91..a07c680 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -5,10 +5,21 @@ implements: MethodOfLines
#INCLUDE HEADER: MoLFunctions.h IN MoLFunctions.h
#INCLUDE HEADER: MoL.h IN MoL.h
-USES INCLUDE: NaNChecker.h
#USES INCLUDE: carpet.h
+##################################################
+### Functions from NaNChecker that may be used ###
+##################################################
+
+CCTK_INT FUNCTION CheckVarsForNaN \
+ (CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN report_max, \
+ CCTK_STRING IN vars, \
+ CCTK_STRING IN check_for, \
+ CCTK_STRING IN action_if_found)
+USES FUNCTION CheckVarsForNaN
+
##############################################
### Functions from Carpet that may be used ###
##############################################