aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorgundlach <gundlach@e296648e-0e4f-0410-bd07-d597d9acff87>2000-11-17 10:50:48 +0000
committergundlach <gundlach@e296648e-0e4f-0410-bd07-d597d9acff87>2000-11-17 10:50:48 +0000
commitf61a7e3d162177aab38e916f0e3f352c0cdad8d7 (patch)
tree27bcced4738ba3fd9398bc08ae5f55e7b9d95d19 /schedule.ccl
parentc5240bd01eb3632418ced77fc2f62bc704c26fde (diff)
Updatee the comments that go to the screen.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@39 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 4 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 0956c17..94db0f1 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,7 +11,7 @@ if (CCTK_Equals(initial_data,"exact"))
schedule exactinitialize at CCTK_INITIAL
{
LANG: Fortran
- } "Set initial data and/or gauge from exact solution on a trivial slice"
+ } "Set initial data from exact solution on a trivial slice"
}
# Initial data from an arbitrary slice through an exact solution,
@@ -24,7 +24,7 @@ if ( (CCTK_Equals(initial_data,"slice")) && ! (CCTK_Equals(evolution_system,"sli
{
STORAGE: Exact_slice
LANG: Fortran
- } "Set initial data from exact solution on arbitrary slice"
+ } "Set initial data from exact solution on an arbitrary slice"
}
#######################################################################
@@ -39,7 +39,7 @@ if ( (CCTK_Equals(initial_lapse,"exact")) || (CCTK_Equals(initial_shift,"exact")
schedule exactgauge at CCTK_POSTINITIAL
{
LANG: Fortran
- } "Set initial lapse and/or shift from exact solution"
+ } "Set initial lapse and/or shift from exact solution on a trivial slice"
}
# During the evolution:
@@ -54,7 +54,7 @@ if ( (CCTK_Equals(slicing,"exact")) || (CCTK_Equals(shift,"exact")) )
schedule exactgauge at CCTK_PRESTEP
{
LANG: Fortran
- } "Set evolution lapse and/or shift from exact solution"
+ } "Set evolution lapse and/or shift from exact solution on a trivial slice"
}
#######################################################################