aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOBasic/interface.ccl
blob: c82e409fa85c6e089c38a60571e11700aea8c609 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Interface definition for thorn CarpetIOBasic

IMPLEMENTS: IOBasic

INHERITS: IO

CCTK_INT last_output_iteration TYPE=scalar
CCTK_REAL last_output_time TYPE=scalar
CCTK_INT this_iteration TYPE=scalar

USES INCLUDE HEADER: Timer.hh

USES INCLUDE HEADER: carpet.hh
USES INCLUDE HEADER: typecase.hh
USES INCLUDE HEADER: typeprops.hh