aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl11
1 files changed, 9 insertions, 2 deletions
diff --git a/interface.ccl b/interface.ccl
index f213cc8..b85937f 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -1,7 +1,7 @@
# Interface definition for thorn CoordBase
# $Header$
-implements: CoordBase
+implements: CoordBase
# Old header file - should use aliased functions
@@ -18,7 +18,7 @@ PROVIDES FUNCTION Coord_SystemRegister \
LANGUAGE C
CCTK_INT FUNCTION Coord_SystemHandle \
- (CCTK_POINTER_TO_CONST IN GH, \
+ (CCTK_POINTER_TO_CONST IN GH, \
CCTK_STRING IN systemname)
PROVIDES FUNCTION Coord_SystemHandle \
WITH CoordBase_SystemHandle \
@@ -55,6 +55,13 @@ PROVIDES FUNCTION Coord_SetDefaultSystem \
WITH CoordBase_SetDefaultSystem \
LANGUAGE C
+CCTK_INT FUNCTION Coord_GetDefaultSystem \
+ (CCTK_POINTER_TO_CONST IN GH, \
+ CCTK_INT IN systemdim)
+PROVIDES FUNCTION Coord_GetDefaultSystem \
+ WITH CoordBase_GetDefaultSystem \
+ LANGUAGE C
+
# The location of the boundary points