aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
blob: 0fe09ba354ada0ddb373a06f4bb2824f2464fbce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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)

USES FUNCTION Coord_GetDefaultSystem


CCTK_INT FUNCTION IO_TruncateOutputFiles \
  (CCTK_POINTER_TO_CONST IN GH)

PROVIDES FUNCTION IO_TruncateOutputFiles \
  WITH IOUtil_TruncateOutputFiles        \
  LANGUAGE C