aboutsummaryrefslogtreecommitdiff
path: root/src/Simple.c
diff options
context:
space:
mode:
authorschnetter <schnetter@5633253d-7678-4964-a54d-f87795f8ee59>2004-05-20 12:09:46 +0000
committerschnetter <schnetter@5633253d-7678-4964-a54d-f87795f8ee59>2004-05-20 12:09:46 +0000
commitf81ea75b2b50d8f644106ef1110101a7b71ae3af (patch)
treea69b3f4dc5244b620239a27500a53eb346313df4 /src/Simple.c
parent175390ece97c7be73779aa6922193469f1a206a0 (diff)
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
Diffstat (limited to 'src/Simple.c')
-rw-r--r--src/Simple.c2
1 files changed, 1 insertions, 1 deletions
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);
}