aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2005-12-11 05:44:40 +0000
committerschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2005-12-11 05:44:40 +0000
commit929dc70879d304e70b627fdecb0b9c7e6a8ddd93 (patch)
treeb31421be86666ec21f06de8fc179ffe95e94f25f
parent7b55a9c92cbc2ac2cbc4426c9b496447894f8585 (diff)
Replace "MoL" in CCTK_VWarn by CCTK_THORNSTRING.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@100 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--src/ICN.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ICN.c b/src/ICN.c
index c9462c2..18f2d6a 100644
--- a/src/ICN.c
+++ b/src/ICN.c
@@ -140,7 +140,7 @@ void MoL_ICNAdd(CCTK_ARGUMENTS)
&arraydata);
if (ierr)
{
- CCTK_VWarn(0, __LINE__, __FILE__, "MoL",
+ CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING,
"The driver does not return group information "
"for group '%s'.",
CCTK_GroupName(groupindex));
@@ -275,7 +275,7 @@ void MoL_ICNAverage(CCTK_ARGUMENTS)
&arraydata);
if (ierr)
{
- CCTK_VWarn(0, __LINE__, __FILE__, "MoL",
+ CCTK_VWarn(0, __LINE__, __FILE__, CCTK_THORNSTRING,
"The driver does not return group information "
"for group '%s'.",
CCTK_GroupName(groupindex));