aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-07 18:16:18 +0000
committerallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-07 18:16:18 +0000
commitb8b85345849a032ab181881101ab73741b9ba411 (patch)
treee1a3376061e565bd82b5d90bfba53ee7023b6723
parent318375b2ab0f2013d710213e23d00964b21858d3 (diff)
Schedule after ADMBase_InitialData
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@71 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
-rw-r--r--schedule.ccl6
1 files 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"