aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-12-11 17:55:59 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-12-11 17:55:59 -0500
commit4d5c40390bf27538f016634e4e8891fd05afa380 (patch)
tree556d8456a890f8e5cdff5997d69d638df995400d
parent584b2fe631e1a783e82b80de605ab951fbdb3133 (diff)
Correct ParamCheck function name.
-rw-r--r--Tools/CodeGen/ParamCheck.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/ParamCheck.m b/Tools/CodeGen/ParamCheck.m
index db79fb4..1328b29 100644
--- a/Tools/CodeGen/ParamCheck.m
+++ b/Tools/CodeGen/ParamCheck.m
@@ -32,7 +32,7 @@ DefFn[
{"cctk.h", "cctk_Arguments.h", "cctk_Parameters.h"}],
DefineCCTKFunction[
- thornName, "void",
+ thornName<>"_ParamCheck", "void",
ConditionalOnParameterTextual[
"CCTK_MyProc(cctkGH) == 0",
Map[checkCondition, conditions]]]}];