aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/CarpetIOASCII/interface.ccl')
-rw-r--r--Carpet/CarpetIOASCII/interface.ccl13
1 files changed, 8 insertions, 5 deletions
diff --git a/Carpet/CarpetIOASCII/interface.ccl b/Carpet/CarpetIOASCII/interface.ccl
index 875c27690..a7376c5c5 100644
--- a/Carpet/CarpetIOASCII/interface.ccl
+++ b/Carpet/CarpetIOASCII/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn CarpetIOASCII
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/interface.ccl,v 1.8 2004/01/25 14:57:28 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/interface.ccl,v 1.9 2004/02/18 15:12:29 schnetter Exp $
implements: IOASCII
@@ -18,7 +18,10 @@ uses include header: ggf.hh
# Vector groups don't work yet in Carpet
-#CCTK_INT next_output_iteration[3] TYPE=scalar
-#CCTK_REAL next_output_time[3] TYPE=scalar
-CCTK_INT next_output_iteration TYPE=array DISTRIB=constant DIM=1 SIZE=3
-CCTK_REAL next_output_time TYPE=array DISTRIB=constant DIM=1 SIZE=3
+#CCTK_INT next_output_iteration[4] TYPE=scalar
+#CCTK_REAL next_output_time[4] TYPE=scalar
+#CCTK_INT this_iteration[4] TYPE=scalar
+
+CCTK_INT next_output_iteration TYPE=array DISTRIB=constant DIM=1 SIZE=4
+CCTK_REAL next_output_time TYPE=array DISTRIB=constant DIM=1 SIZE=4
+CCTK_INT this_iteration TYPE=array DISTRIB=constant DIM=1 SIZE=4