Skip to content

Commit

Permalink
CalculationFunction.m: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Feb 4, 2012
1 parent 639a422 commit cb5e499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/CalculationFunction.m
Expand Up @@ -591,7 +591,7 @@ pathalogical enough (e.g. {s1 -> s2, s2 -> s1} would not be
opts:OptionsPattern[]] :=
Module[{rhss, lhss, gfsInRHS, gfsInLHS, gfsOnlyInRHS, localGFs,
localMap, eqs2, derivSwitch, code, functionName, calcCode,
loopFunction, gfsInBoth, gfsDifferentiated,
gfsInBoth, gfsDifferentiated,
gfsDifferentiatedAndOnLHS, declare, eqsReplaced,
arraysInRHS, arraysInLHS, arraysOnlyInRHS, odeVars,
generateEquationCode, groupedIfs, IfThenGroup, noSimplify,gridName},
Expand Down

0 comments on commit cb5e499

Please sign in to comment.