aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2002-04-26 23:14:15 +0000
committerallen <allen@5301f0c2-dbc4-4cee-b2f5-8d7afba4d129>2002-04-26 23:14:15 +0000
commit1cd97cba4b224c728f3ec73b2edf5425bbcc90bf (patch)
tree75dfe939a2aa74e30075cea909128d43d293b3d6 /schedule.ccl
parente6d5cbb51be806065cee902487323090a6d85c93 (diff)
Version of Extract converted to new ADM Base, passes testsuite. Check
now for existence of conformal factor which was missing before. Should be fixed to run without a conformal factor soon. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/Extract/trunk@51 5301f0c2-dbc4-4cee-b2f5-8d7afba4d129
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index bfb2cbb..3573c99 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,8 +1,13 @@
# Schedule definitions for thorn Extract
# $Header$
+schedule Extract_ParamCheck at PARAMCHECK
+{
+ LANG: C
+} "Check parameters"
+
schedule Extract at POSTSTEP
{
LANG: Fortran
- STOR: temps
+ STORAGE: temps
} "Extract waveforms"