From b8b85345849a032ab181881101ab73741b9ba411 Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 7 May 2002 18:16:18 +0000 Subject: Schedule after ADMBase_InitialData git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@71 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7 --- schedule.ccl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/schedule.ccl b/schedule.ccl index d29b43d..ecb50f6 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,7 +1,5 @@ # Schedule definitions for thorn IDLinearWaves - - if (CCTK_Equals(initial_data,"planewaves")) { schedule IDLinearWaves_ParamChecker at CCTK_PARAMCHECK @@ -9,7 +7,7 @@ if (CCTK_Equals(initial_data,"planewaves")) LANG: C } "Check that the metric_type is recognised" - schedule planewaves at CCTK_INITIAL + schedule IDLinearWaves_PlaneWaves in ADMBase_InitialData { LANG: Fortran } "Construct linear planewave initial data" @@ -22,7 +20,7 @@ if (CCTK_Equals(initial_data,"teukwaves")) LANG: C } "Check that the metric_type is recognised" - schedule teukwaves at CCTK_INITIAL + schedule IDLinearWaves_TeukWaves in ADMBase_InitialData { LANG: Fortran } "Construct linear Teukolsky wave initial data" -- cgit v1.2.3