aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-04-30 18:03:53 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>2002-04-30 18:03:53 +0000
commit73d1704b6a8c7405334be1f27829a2ecfb7fad5f (patch)
tree07f71941643aa2be3206c36c2fea3eaa9c94780e /schedule.ccl
parent01241eb266c096351f9613ae2d0475782983f547 (diff)
tiding and changing routine name to avoid clashes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@104 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c71ff09..80938f2 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -7,7 +7,7 @@ if (CCTK_Equals(initial_data,"schwarzschild") ||
CCTK_Equals(initial_data,"misner_bh") ||
CCTK_Equals(initial_data,"multiple_misner"))
{
- schedule ParamChecker at CCTK_PARAMCHECK
+ schedule IDAnalyticBH_ParamChecker at CCTK_PARAMCHECK
{
LANG: C
} "Construct parameters for analytic black hole solutions"