aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-24 13:37:37 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-03-24 13:37:37 +0000
commita3d67e3576f6c755c1c9eee78870e33b5e1e6120 (patch)
tree351204c84d1f9a5547766ead240549801444b9f1 /schedule.ccl
parentfb4eb1eadcb9937d88e6cd3adba85585bb9be5cc (diff)
Changing CACTUS_RFR to CCTK_RFR
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@11 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl10
1 files changed, 5 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index f657eff..83bfd0c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ if (CCTK_Equals(initial_data,"schwarzschild") ||
CCTK_Equals(initial_data,"misner_bh") ||
CCTK_Equals(initial_data,"multiple_misner"))
{
- schedule ParamChecker at CACTUS_PARAMCHECK
+ schedule ParamChecker at CCTK_PARAMCHECK
{
LANG: Fortran
} "Construct parameters for analytic black hole solutions"
@@ -15,7 +15,7 @@ if (CCTK_Equals(initial_data,"schwarzschild") ||
if (CCTK_Equals(initial_data,"schwarzschild"))
{
- schedule Schwarzschild at CACTUS_INITIAL
+ schedule Schwarzschild at CCTK_INITIAL
{
LANG: Fortran
} "Construct initial data for a single Schwarzschild black hole"
@@ -25,7 +25,7 @@ if (CCTK_Equals(initial_data,"schwarzschild"))
if (CCTK_Equals(initial_data,"bl_bh"))
{
STORAGE: confac
- schedule BrillLindquist at CACTUS_INITIAL
+ schedule BrillLindquist at CCTK_INITIAL
{
LANG: Fortran
} "Construct initial data for Brill Lindquist black holes"
@@ -35,7 +35,7 @@ if (CCTK_Equals(initial_data,"bl_bh"))
if (CCTK_Equals(initial_data,"misner_bh"))
{
STORAGE: confac
- schedule Misner_standard at CACTUS_INITIAL
+ schedule Misner_standard at CCTK_INITIAL
{
LANG: Fortran
} "Construct initial data for multiple Misner black holes"
@@ -45,7 +45,7 @@ if (CCTK_Equals(initial_data,"misner_bh"))
if (CCTK_Equals(initial_data,"multiple_misner_bh"))
{
STORAGE: confac
- schedule Misner_multiple at CACTUS_INITIAL
+ schedule Misner_multiple at CCTK_INITIAL
{
LANG: Fortran
} "Construct initial data for two Misner black holes"