Skip to content

Commit

Permalink
Add NoSimplify and UseDGFE to the list of options supported by a calc…
Browse files Browse the repository at this point in the history
…ulation.
  • Loading branch information
barrywardell committed Apr 12, 2012
1 parent 460b93e commit 6da5942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CodeGen/CalculationFunction.m
Expand Up @@ -145,7 +145,7 @@ indentation after each line break (this will push the line length
Shorthands, ConditionalOnKeyword, Before, After,
ConditionalOnTextuals, Where, ConditionalOnKeywords,
CollectList, AllowedSymbols, ApplyBCs, Conditional, CachedVariables, SplitBy,
SeparatedDerivatives, LocalGroups};
SeparatedDerivatives, LocalGroups, NoSimplify, UseDGFE};

usedKeys = Map[First, calc];
unknownKeys = Complement[usedKeys, allowedKeys];
Expand Down

0 comments on commit 6da5942

Please sign in to comment.