aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-11 14:35:28 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-11 14:35:28 +0200
commited7331d004acf6c0a38857d9bc5ad2464d50962b (patch)
treee2bf1c6838eefd660122b6018afab693704053f0 /Tools
parent9484f64e290e1327138537533be2830161a1b15d (diff)
Param.m: Correct variable declarations
Diffstat (limited to 'Tools')
-rw-r--r--Tools/CodeGen/Param.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/Tools/CodeGen/Param.m b/Tools/CodeGen/Param.m
index 2d18c34..be54562 100644
--- a/Tools/CodeGen/Param.m
+++ b/Tools/CodeGen/Param.m
@@ -282,12 +282,12 @@ CreateKrancParam[evolvedGroups_, nonevolvedGroups_,
parameters_,
evolutionTimelevels_, defaultEvolutionTimelevels_,
calcs_, opts:OptionsPattern[]] :=
- Module[{nEvolved, evolvedMoLParam, evolvedGFs,
- nEvolvedODE, evolvedODEMoLParam,
- (*constrainedMoLParam,*) genericfdStruct, realStructs, intStructs,
- allInherited, allExtended, implementationNames, molImplementation,
- userImplementations, implementations, params, paramspec, param,
- verboseStruct, calcOffsetStructs, calcEveryStructs},
+ Module[
+ {evolvedGFs, otherTimelevelsParam, genericfdStruct, realStructs,
+ verboseStruct, intStructs, calcEveryStructs, calcOffsetStructs,
+ keywordStructs, allInherited, allExtended, implementationNames,
+ userImplementations, userImplementations2, implementations,
+ params, paramspec, param},
(* reals and ints are symbols containing parameter names. The
inherited ones have implementation names as well *)