aboutsummaryrefslogtreecommitdiff
path: root/src/RK3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/RK3.c')
-rw-r--r--src/RK3.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/RK3.c b/src/RK3.c
index cf21414..b8a8b03 100644
--- a/src/RK3.c
+++ b/src/RK3.c
@@ -140,7 +140,7 @@ void MoL_RK3Add(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));
@@ -213,7 +213,7 @@ void MoL_RK3Add(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));
@@ -294,7 +294,7 @@ void MoL_RK3Add(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));