aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetTest/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <>2001-07-04 11:55:00 +0000
committerschnetter <>2001-07-04 11:55:00 +0000
commit3aa4f0363ad7337afc733ff2f88d6dc0301949d4 (patch)
treed9bc99f19d45855cae20fd34c5115245af43b593 /Carpet/CarpetTest/schedule.ccl
parentf2a4a914ac1614f1a33da62fd95e2eb0a86affee (diff)
Fixed bug in ASCII output -- only the x dimesion was output, and not y and z.
darcs-hash:20010704115523-07bb3-7b9654076c9c8a713187ced500383516a952ef26.gz
Diffstat (limited to 'Carpet/CarpetTest/schedule.ccl')
-rw-r--r--Carpet/CarpetTest/schedule.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetTest/schedule.ccl b/Carpet/CarpetTest/schedule.ccl
index 49b161fba..ce64a4728 100644
--- a/Carpet/CarpetTest/schedule.ccl
+++ b/Carpet/CarpetTest/schedule.ccl
@@ -1,14 +1,14 @@
# Schedule definitions for thorn CarpetTest
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetTest/schedule.ccl,v 1.1 2001/07/04 12:29:54 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetTest/schedule.ccl,v 1.2 2001/07/04 13:55:24 schnetter Exp $
+
+STORAGE: gfg arrg1 arrg2 arrg3
schedule carpettest_check_sizes AT initial
{
LANG: C
- STORAGE: gfg arrg1 arrg2 arrg3
} "Check grid function and grid array sizes"
schedule carpettest_check_arguments AT initial
{
LANG: Fortran
- STORAGE: gfg arrg1 arrg2 arrg3
} "Check grid function and grid array arguments"