aboutsummaryrefslogtreecommitdiff
path: root/src/GenericRK.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/GenericRK.c')
-rw-r--r--src/GenericRK.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GenericRK.c b/src/GenericRK.c
index 942866b..7d278b5 100644
--- a/src/GenericRK.c
+++ b/src/GenericRK.c
@@ -353,7 +353,7 @@ void MoL_GenericRKAdd(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));
@@ -439,7 +439,7 @@ void MoL_GenericRKAdd(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));