aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 40f0d992b4be8c0c8dc0c414fa0a3c6bf094b245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Interface definitions for thorn IOUtil
# $Header$

implements: IO


# aliased functions required from Coordinate base thorn

CCTK_INT FUNCTION Coord_GetDefaultSystem  \
  (CCTK_POINTER_TO_CONST IN GH,           \
   CCTK_INT IN systemdim)

REQUIRES FUNCTION Coord_GetDefaultSystem