aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/Poison.cc
diff options
context:
space:
mode:
authorschnetter <>2004-02-09 12:06:00 +0000
committerschnetter <>2004-02-09 12:06:00 +0000
commitac9aeefe418b8805a6d877c9b9ced8716d25aadb (patch)
treefa5124dfcaa104890a2b3b9d59fc90d735ff359b /Carpet/Carpet/src/Poison.cc
parent26d8cb9a1b101d8566e99b121a90af31e04ad858 (diff)
Put group names in quotes when printing them to the screen.
darcs-hash:20040209120605-07bb3-ec1889c9298509d1807433fcb295041221c3991e.gz
Diffstat (limited to 'Carpet/Carpet/src/Poison.cc')
-rw-r--r--Carpet/Carpet/src/Poison.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/Carpet/src/Poison.cc b/Carpet/Carpet/src/Poison.cc
index 3fe7cbd4f..761699fc2 100644
--- a/Carpet/Carpet/src/Poison.cc
+++ b/Carpet/Carpet/src/Poison.cc
@@ -8,7 +8,7 @@
#include "carpet.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Poison.cc,v 1.15 2004/01/25 14:57:27 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/src/Poison.cc,v 1.16 2004/02/09 13:06:05 schnetter Exp $";
CCTK_FILEVERSION(Carpet_Carpet_Poison_cc);
}
@@ -67,7 +67,7 @@ namespace Carpet {
{
char * const groupname = CCTK_GroupName(group);
- Checkpoint ("PoisonGroup %s", groupname);
+ Checkpoint ("PoisonGroup \"%s\"", groupname);
free (groupname);
}