aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"