aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2002-05-23 20:10:37 +0000
committerallen <allen@5633253d-7678-4964-a54d-f87795f8ee59>2002-05-23 20:10:37 +0000
commit4038c8a66d3178a2945827902e72ba17d5b5e2bd (patch)
tree428bb38a7d031e2431aa10bd70ec29e8c5fea3e5
parentdfe54c5f1c47e39d66744612b49e06df4ac92bb4 (diff)
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
-rw-r--r--src/Simple.c2
1 files changed, 1 insertions, 1 deletions
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);
}