summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-20 12:05:18 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-04-20 12:05:18 +0000
commite7b0c5059527b1bab2ee6c216657f073eef87607 (patch)
tree0494c846b3f4098d068402921c600c4ec2e52d10
parentc5d5ff7cc07777ec18f8062a2262016cce5bacbe (diff)
Fixed bug when printing warning message in CCTKi_ExtractSize().
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2128 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--src/main/Groups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/Groups.c b/src/main/Groups.c
index ed839feb..8b76f3b8 100644
--- a/src/main/Groups.c
+++ b/src/main/Groups.c
@@ -2010,7 +2010,7 @@ static CCTK_INT **CCTKi_ExtractSize (int dimension,
{
CCTK_VWarn (0, __LINE__, __FILE__, "Cactus",
"CCTKi_ExtractSize: '%s::%s' is not a parameter",
- thorn_impl, param);
+ thorn, param);
}
/* check if the parameter is of type INTEGER */
@@ -2018,7 +2018,7 @@ static CCTK_INT **CCTKi_ExtractSize (int dimension,
{
CCTK_VWarn (0, __LINE__, __FILE__, "Cactus",
"CCTKi_ExtractSize: parameter '%s::%s' is not of type "
- "INTEGER", thorn_impl, param);
+ "INTEGER", thorn, param);
}
/* okay, store the size value */