aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index b2f16ad..40f0d99 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,3 +1,13 @@
# Interface definitions for thorn IOUtil
+# $Header$
implements: IO
+
+
+# aliased functions required from Coordinate base thorn
+
+CCTK_INT FUNCTION Coord_GetDefaultSystem \
+ (CCTK_POINTER_TO_CONST IN GH, \
+ CCTK_INT IN systemdim)
+
+REQUIRES FUNCTION Coord_GetDefaultSystem