From f8b67d2052a2f2a897341bc25239839efb711006 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 12 Jul 2000 11:11:14 +0000 Subject: Using function alias git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@25 5633253d-7678-4964-a54d-f87795f8ee59 --- schedule.ccl | 4 ++-- 1 file 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" -- cgit v1.2.3