aboutsummaryrefslogtreecommitdiff
path: root/src/GenericRK.c
diff options
context:
space:
mode:
authorschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2005-12-11 18:04:18 +0000
committerschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2005-12-11 18:04:18 +0000
commit439e26deabd500b51438f552a67e764e82a1e756 (patch)
tree5bfc9271d3c3e084137580513c50f30173d08b91 /src/GenericRK.c
parentd36b4fc36a2336187dbb51cf76a9cca67d933482 (diff)
Replace "MoL" by CCTK_THORNSTRING in calls to CCTK_VWarn.
Correct some typos in warnings. Remove some commented out variable declarations. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@102 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
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));