From 1cd97cba4b224c728f3ec73b2edf5425bbcc90bf Mon Sep 17 00:00:00 2001 From: allen Date: Fri, 26 Apr 2002 23:14:15 +0000 Subject: 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 --- schedule.ccl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3