aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorIan Hinder <ian@vaio.(none)>2008-02-01 23:25:50 -0500
committerIan Hinder <ian@vaio.(none)>2008-02-02 01:40:11 -0500
commit284c4f1e0de9dbde08a01e27fe93005c869ede63 (patch)
tree24552aaaf529146c709aa38ad5c8e2dde0bc581d /Tools
parent19459dc5d9b9f0d986d3cb27389a311ade39356c (diff)
Erik: bugfix: Declare variable as local
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CodeGen/KrancThorn.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/CodeGen/KrancThorn.m b/Tools/CodeGen/KrancThorn.m
index 720247a..c529943 100644
--- a/Tools/CodeGen/KrancThorn.m
+++ b/Tools/CodeGen/KrancThorn.m
@@ -101,7 +101,7 @@ replaceDots[x_] :=
CreateKrancThorn[groupsOrig_, parentDirectory_, thornName_, opts___] :=
Module[{calcs, declaredGroups, implementation,
inheritedImplementations, includeFiles, evolutionTimelevels,
- realParams, intParams, inheritedRealParams, inheritedIntParams,
+ realParams, intParams, keywordParams, inheritedRealParams, inheritedIntParams,
inheritedKeywordParams, extendedRealParams, extendedIntParams,
extendedKeywordParams, partialDerivs, coordGroup, evolvedGroups,
nonevolvedGroups, interface, evolvedGroupDefinitions,