From 4038c8a66d3178a2945827902e72ba17d5b5e2bd Mon Sep 17 00:00:00 2001 From: allen Date: Thu, 23 May 2002 20:10:37 +0000 Subject: Don't put a new line at the end of a Info statement git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@49 5633253d-7678-4964-a54d-f87795f8ee59 --- src/Simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simple.c b/src/Simple.c index 5848d36..39c049c 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 %f (Simple Courant)\n",cctkGH->cctk_delta_time); + "Timestep set to %f (Simple Courant)",cctkGH->cctk_delta_time); } -- cgit v1.2.3