aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index 40f0d99..8ffef18 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -11,3 +11,11 @@ CCTK_INT FUNCTION Coord_GetDefaultSystem \
CCTK_INT IN systemdim)
REQUIRES FUNCTION Coord_GetDefaultSystem
+
+
+CCTK_INT FUNCTION IO_TruncateOutputFiles \
+ (CCTK_POINTER_TO_CONST IN GH)
+
+PROVIDES FUNCTION IO_TruncateOutputFiles \
+ WITH IOUtil_TruncateOutputFiles \
+ LANGUAGE C