aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib
diff options
context:
space:
mode:
authorschnetter <>2004-02-09 13:56:00 +0000
committerschnetter <>2004-02-09 13:56:00 +0000
commit52b68a704d1b4b24a9d62610767a050f4ba2b7ff (patch)
tree6f5075254d5c4e38700a32495e8d50f81593cab3 /Carpet/CarpetLib
parent2f8527117d8bbdbb24ca4d22ca3ce91cc3212066 (diff)
Fig bug in output: In C, quotes are not quoted by "", but by \".
darcs-hash:20040209135646-07bb3-2d7814ee1b34bbb2b8b3751732ffe3e8dcac8922.gz
Diffstat (limited to 'Carpet/CarpetLib')
-rw-r--r--Carpet/CarpetLib/src/data.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/Carpet/CarpetLib/src/data.cc b/Carpet/CarpetLib/src/data.cc
index 1257bf1b9..5efb769dd 100644
--- a/Carpet/CarpetLib/src/data.cc
+++ b/Carpet/CarpetLib/src/data.cc
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.cc,v 1.41 2004/02/09 14:55:07 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetLib/src/data.cc,v 1.42 2004/02/09 14:56:46 schnetter Exp $
#include <assert.h>
#include <limits.h>
@@ -1004,7 +1004,7 @@ void data<CCTK_REAL8,3>
switch (order_space) {
case 0:
case 1:
- CCTK_WARN (0, "There is no stencil for op=""TVD"" with order_space=1");
+ CCTK_WARN (0, "There is no stencil for op=\"TVD\" with order_space=1");
break;
case 2:
case 3:
@@ -1023,7 +1023,7 @@ void data<CCTK_REAL8,3>
switch (order_space) {
case 0:
case 1:
- CCTK_WARN (0, "There is no stencil for op=""TVD"" with order_space=1");
+ CCTK_WARN (0, "There is no stencil for op=\"TVD\" with order_space=1");
break;
case 2:
case 3:
@@ -1043,7 +1043,7 @@ void data<CCTK_REAL8,3>
switch (order_space) {
case 0:
case 1:
- CCTK_WARN (0, "There is no stencil for op=""TVD"" with order_space=1");
+ CCTK_WARN (0, "There is no stencil for op=\"TVD\" with order_space=1");
break;
case 2:
case 3: