aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@5633253d-7678-4964-a54d-f87795f8ee59>2006-03-02 02:20:00 +0000
committerschnetter <schnetter@5633253d-7678-4964-a54d-f87795f8ee59>2006-03-02 02:20:00 +0000
commita3bb4b47918a827910d2faa10ca47c6414829f11 (patch)
treeb7fd7a9779ae8be0cc5601c323b54f5e0efa4285
parentd39f7b4c268f2b4acb92fba308a85185b58e1374 (diff)
Correct error in schedule for timestep method "courant speed".
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@70 5633253d-7678-4964-a54d-f87795f8ee59
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 403fcf7..377c87b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,7 +19,7 @@ if (CCTK_Equals (timestep_method, "courant_static"))
}
else if (CCTK_Equals (timestep_method, "courant_speed"))
{
- schedule Time_Simple at CCTK_BASEGRID after SpatialCoordinates
+ schedule Time_Courant at CCTK_BASEGRID after SpatialCoordinates
{
LANG: C
OPTIONS: singlemap