aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--interface.ccl35
1 files changed, 0 insertions, 35 deletions
diff --git a/interface.ccl b/interface.ccl
index 3f08de0..d64f0e4 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -43,43 +43,8 @@ REQUIRES FUNCTION Hyperslab_GetList
REQUIRES FUNCTION Hyperslab_GlobalMappingByIndex
REQUIRES FUNCTION Hyperslab_FreeMapping
-CCTK_INT FUNCTION Coord_SystemRegister \
- (CCTK_POINTER_TO_CONST IN GH, \
- CCTK_INT IN dim, \
- CCTK_STRING IN systemname)
-
-REQUIRES FUNCTION Coord_SystemRegister
-
-CCTK_INT FUNCTION Coord_SystemHandle \
- (CCTK_POINTER_TO_CONST IN GH, \
- CCTK_STRING IN systemname)
-
-REQUIRES FUNCTION Coord_SystemHandle
-
-CCTK_INT FUNCTION Coord_CoordRegister \
- (CCTK_POINTER_TO_CONST IN GH, \
- CCTK_INT IN systemhandle, \
- CCTK_INT IN direction, \
- CCTK_STRING IN coordname)
-
-REQUIRES FUNCTION Coord_CoordRegister
-
-CCTK_INT FUNCTION Coord_CoordHandle \
- (CCTK_POINTER_TO_CONST IN GH, \
- CCTK_STRING IN coordname, \
- CCTK_STRING IN systemname)
-
-REQUIRES FUNCTION Coord_CoordHandle
-
CCTK_INT FUNCTION Coord_GroupSystem \
(CCTK_POINTER_TO_CONST IN GH, \
CCTK_STRING IN groupname)
REQUIRES FUNCTION Coord_GroupSystem
-
-CCTK_INT FUNCTION Coord_SetDefaultSystem \
- (CCTK_POINTER_TO_CONST IN GH, \
- CCTK_STRING IN systemname)
-
-REQUIRES FUNCTION Coord_SetDefaultSystem
-