aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-05-03 17:50:32 +0000
committerrideout <rideout@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-05-03 17:50:32 +0000
commitf1cbd3e0e16cdfb29bdcf18ab92a01e263acd4c9 (patch)
tree9cb7f2625c7da1d6d437d1a5b4426b233013526c /schedule.ccl
parent349b7f1e9fc66d9cd7159d9cf26dbed763192d96 (diff)
IDAxiBrillBH converted to CactusEinstein2
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAxiBrillBH/trunk@39 0a4070d5-58f5-498f-b6c0-2693e757fa0f
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl9
1 files changed, 7 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index ac43b1c..e04c602 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,9 +1,14 @@
-# Schedule definitions for thorn AxiBrillBHIVP
+# Schedule definitions for thorn IDAxiBrillBH
# $Header$
if (CCTK_Equals(initial_data,"axibrillbh"))
{
- schedule IDAxiBrillBH at CCTK_INITIAL
+ schedule IDAxiBrillBH_ParamChecker at CCTK_PARAMCHECK
+ {
+ LANG: C
+ } "Check that the metric_type is recognised"
+
+ schedule IDAxiBrillBH in ADMBase_InitialData
{
LANG: Fortran
} "Construct IDAxiBrillBH"