aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOBasic/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOBasic/interface.ccl')
-rw-r--r--Carpet/CarpetIOBasic/interface.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/Carpet/CarpetIOBasic/interface.ccl b/Carpet/CarpetIOBasic/interface.ccl
new file mode 100644
index 000000000..f78b46d71
--- /dev/null
+++ b/Carpet/CarpetIOBasic/interface.ccl
@@ -0,0 +1,11 @@
+# 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: carpet_typecase.hh