aboutsummaryrefslogtreecommitdiff
path: root/Tools/CodeGen
diff options
context:
space:
mode:
authorBarry Wardell <barry.wardell@gmail.com>2012-12-11 23:27:11 -0500
committerBarry Wardell <barry.wardell@gmail.com>2012-12-11 23:27:11 -0500
commitfeaeb3495a34dee55397bd40748870a99ba62263 (patch)
treedf4e66ea8bb2818a09f14ae23292b9d2792c53d5 /Tools/CodeGen
parentb0b2f69a0c197887948b0aefbb66598097ce99a9 (diff)
Add missing local variable declaration.
Diffstat (limited to 'Tools/CodeGen')
-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 1328b29..86d9f8b 100644
--- a/Tools/CodeGen/ParamCheck.m
+++ b/Tools/CodeGen/ParamCheck.m
@@ -47,7 +47,7 @@ DefFn[
DefFn[checkCondition[{cond_, error_String}] :=
Module[
- {render, renderbool, paramPattern},
+ {rendervalue, renderbool, paramPattern},
paramPattern = Except[True | False, _Symbol | _Parameter];