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