From ed7331d004acf6c0a38857d9bc5ad2464d50962b Mon Sep 17 00:00:00 2001 From: Ian Hinder Date: Wed, 11 Sep 2013 14:35:28 +0200 Subject: Param.m: Correct variable declarations --- Tools/CodeGen/Param.m | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Tools') 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 *) -- cgit v1.2.3