aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2000-07-12 11:11:14 +0000
committerallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2000-07-12 11:11:14 +0000
commitf8b67d2052a2f2a897341bc25239839efb711006 (patch)
treedf27f74ae01344e91b09239ab523619d792654e1
parent8d2bb6899cb67203fb68ca63700664a8e294d35e (diff)
Using function alias
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@25 5633253d-7678-4964-a54d-f87795f8ee59
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9919078..84b646f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
if (CCTK_Equals(courant_method,"standard"))
{
- schedule Time_Simple at CCTK_BASEGRID after CartGrid3D
+ schedule Time_Simple at CCTK_BASEGRID after SpatialCoordinates
{
LANG: C
} "Set timestep based on Courant condition"
@@ -11,7 +11,7 @@ if (CCTK_Equals(courant_method,"standard"))
if (CCTK_Equals(courant_method,"courant") || CCTK_Equals(courant_method,"courant_time"))
{
- schedule Time_Simple at CCTK_BASEGRID after CartGrid3D
+ schedule Time_Simple at CCTK_BASEGRID after SpatialCoordinates
{
LANG: C
} "Set timestep based on Courant condition"