From a3d67e3576f6c755c1c9eee78870e33b5e1e6120 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 24 Mar 1999 13:37:37 +0000 Subject: Changing CACTUS_RFR to CCTK_RFR git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@11 6a3ddf76-46e1-4315-99d9-bc56cac1ef84 --- schedule.ccl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3