aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl15
1 files changed, 15 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 4c683c1..707a8de 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -10,15 +10,30 @@ USES INCLUDE: SpaceMask.h
################################################################################
+#
+# ***** aliased functions used from other thorns *****
+#
+
# we use an aliased function maybe provided by DriftCorrect
SUBROUTINE SetDriftCorrectPosition \
(CCTK_POINTER_TO_CONST IN GH, \
CCTK_REAL IN x, CCTK_REAL IN y, CCTK_REAL IN z)
USES FUNCTION SetDriftCorrectPosition
+#
+# This IOUtil function is used to determine whether the diagnostics file
+# should be truncated or appended (as in a recovery run )
+#
+CCTK_INT FUNCTION IO_TruncateOutputFiles(CCTK_POINTER_TO_CONST IN GH)
+USES FUNCTION IO_TruncateOutputFiles
+
################################################################################
#
+# ***** aliased functions provided by this thorn *****
+#
+
+#
# This thorn provides an aliased-function interface which other thorns
# can use to find out about the horizons. Each function returns a status
# code which is >= 0 for ok, or < 0 for an error.