Skip to content

Commit

Permalink
[BE] added size and range operator to diff module
Browse files Browse the repository at this point in the history
  • Loading branch information
Willi Braun authored and OpenModelica-Hudson committed Feb 16, 2018
1 parent 808888c commit 90b9c22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Compiler/BackEnd/Differentiate.mo
Expand Up @@ -717,6 +717,12 @@ algorithm
case DAE.LUNARY()
then (inExp, inFunctionTree);

case DAE.SIZE()
then (inExp, inFunctionTree);

case DAE.RANGE()
then (inExp, inFunctionTree);

else equation
true = Flags.isSet(Flags.FAILTRACE);
s1 = ExpressionDump.printExpStr(inExp);
Expand Down

0 comments on commit 90b9c22

Please sign in to comment.