From a3bb4b47918a827910d2faa10ca47c6414829f11 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 2 Mar 2006 02:20:00 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3