aboutsummaryrefslogtreecommitdiff
path: root/src/RK2.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/RK2.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/RK2.c')
-rw-r--r--src/RK2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RK2.c b/src/RK2.c
index 6f96cbb..d722623 100644
--- a/src/RK2.c
+++ b/src/RK2.c
@@ -135,7 +135,7 @@ void MoL_RK2Add(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));
@@ -207,7 +207,7 @@ void MoL_RK2Add(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));