From 3a8ea290d2f439fdd1b308c2b161e0502f013124 Mon Sep 17 00:00:00 2001 From: tradke Date: Sun, 9 May 2004 14:44:00 +0000 Subject: 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 --- interface.ccl | 35 ----------------------------------- 1 file changed, 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 - -- cgit v1.2.3