# Interface definition for thorn Coord1D # $Header$ implements: Coord1D inherits: CoordBase public: cctk_real coord type=GF dim=1 "the coordinate" # Aliased functions from CoordBase: CCTK_INT FUNCTION Coord_SystemRegister \ (CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN dim, \ CCTK_STRING IN systemname) CCTK_INT FUNCTION Coord_CoordRegister \ (CCTK_POINTER_TO_CONST IN GH, \ CCTK_INT IN systemhandle, \ CCTK_INT IN direction, \ CCTK_STRING IN coordname) CCTK_INT FUNCTION Coord_SetDefaultSystem \ (CCTK_POINTER_TO_CONST IN GH, \ CCTK_STRING IN systemname) CCTK_INT FUNCTION Coord_CoordHandle \ (CCTK_POINTER_TO_CONST IN GH, \ CCTK_STRING IN coordname, \ CCTK_STRING IN systemname) uses function Coord_SystemRegister uses function Coord_CoordRegister uses function Coord_SetDefaultSystem uses function Coord_CoordHandle