From f81ea75b2b50d8f644106ef1110101a7b71ae3af Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 20 May 2004 12:09:46 +0000 Subject: Output the current level's instead the coarse level time step to the screen git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@61 5633253d-7678-4964-a54d-f87795f8ee59 --- src/Courant.c | 2 +- src/Simple.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Courant.c b/src/Courant.c index ba6587e..577a2a6 100644 --- a/src/Courant.c +++ b/src/Courant.c @@ -74,7 +74,7 @@ void Time_Courant(CCTK_ARGUMENTS) cctkGH->cctk_delta_time = *courant_dt; if (verbose) { - CCTK_VInfo(CCTK_THORNSTRING,"Time step set to %g",cctkGH->cctk_delta_time); + CCTK_VInfo(CCTK_THORNSTRING,"Time step set to %g",CCTK_DELTA_TIME); } } else diff --git a/src/Simple.c b/src/Simple.c index 1723101..e809b7f 100644 --- a/src/Simple.c +++ b/src/Simple.c @@ -63,7 +63,7 @@ void Time_Simple(CCTK_ARGUMENTS) } CCTK_VInfo(CCTK_THORNSTRING, - "Timestep set to %g (courant_static)",cctkGH->cctk_delta_time); + "Timestep set to %g (courant_static)",CCTK_DELTA_TIME); } -- cgit v1.2.3