summaryrefslogtreecommitdiff
path: root/src/main/Parameters.c
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-17 14:24:34 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-17 14:24:34 +0000
commit4edf56892c1cae891c23336c630df44dcca28d0c (patch)
treed6bfc35b0e20f7b625bc4530f0776fc5de77d82e /src/main/Parameters.c
parent18baeb788c43f83aa158b6ce53571fec17e12a7d (diff)
Replacing CCTK_WARN with CCTK_Warn
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1271 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/Parameters.c')
-rw-r--r--src/main/Parameters.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/Parameters.c b/src/main/Parameters.c
index 2340e071..6547d233 100644
--- a/src/main/Parameters.c
+++ b/src/main/Parameters.c
@@ -650,7 +650,7 @@ const char *ParameterWalk(int first,
if (startpoint == NULL)
{
- CCTK_WARN (2, "ParameterWalk: Cannot walk through parameter list without "
+ CCTK_Warn(2,__LINE__,__FILE__,"Cactus", "ParameterWalk: Cannot walk through parameter list without "
"setting a startpoint at first");
return NULL;
}