From 175390ece97c7be73779aa6922193469f1a206a0 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 May 2004 12:28:55 +0000 Subject: Untabified. Please try to adhere to the Cactus coding guidelines when modifying or adding files. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@60 5633253d-7678-4964-a54d-f87795f8ee59 --- src/Simple.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Simple.c b/src/Simple.c index af22128..1723101 100644 --- a/src/Simple.c +++ b/src/Simple.c @@ -35,13 +35,13 @@ void Time_Simple(CCTK_ARGUMENTS) if (cctk_dim>=2) { min_spacing = (min_spacing=3) { min_spacing = (min_spacing=4) @@ -55,15 +55,15 @@ void Time_Simple(CCTK_ARGUMENTS) if (verbose) { CCTK_VInfo(CCTK_THORNSTRING, - "Using simple courant condition to set timestep"); + "Using simple courant condition to set timestep"); CCTK_VInfo(CCTK_THORNSTRING, - " ... using dtfac of %f",dtfac); + " ... using dtfac of %f",dtfac); CCTK_VInfo(CCTK_THORNSTRING, - " ... using minimum spacing of %f",min_spacing); + " ... using minimum spacing of %f",min_spacing); } CCTK_VInfo(CCTK_THORNSTRING, - "Timestep set to %g (courant_static)",cctkGH->cctk_delta_time); + "Timestep set to %g (courant_static)",cctkGH->cctk_delta_time); } -- cgit v1.2.3