Skip to content

Commit

Permalink
CalculationFunction.m: Correct argument order for CheckStencil
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhinder committed Oct 28, 2011
1 parent 0b707db commit 38dce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/CodeGen/CalculationFunction.m
Expand Up @@ -558,8 +558,8 @@ pathalogical enough (e.g. {s1 -> s2, s2 -> s1} would not be
CheckGroupStorage[groupsInCalculation[cleancalc, imp], functionName],
"\n",

CheckStencil[pddefs, eqs, functionName, lookup[{opts}, IntParameters, {}],
OptionValue[ZeroDimensions]],
CheckStencil[pddefs, eqs, functionName, OptionValue[ZeroDimensions],
lookup[{opts}, IntParameters, {}]],
"\n",

If[haveCondTextuals, Map[ConditionalOnParameterTextual["!(" <> # <> ")", "return;\n"] &,condTextuals], {}],
Expand Down

0 comments on commit 38dce55

Please sign in to comment.