aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-05-09 14:44:00 +0000
committertradke <tradke@94b1c47f-dcfd-45ef-a468-0854c0e9e350>2004-05-09 14:44:00 +0000
commit3a8ea290d2f439fdd1b308c2b161e0502f013124 (patch)
tree29f912c3413442d3b3649df55a38e9f72d0f64f8
parente7a1044b406fae8c0fd1b40f848e40a8f9638152 (diff)
Require only those Coord_*() functions which are really called by IOASCII.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOASCII/trunk@172 94b1c47f-dcfd-45ef-a468-0854c0e9e350
-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
-