diff --git a/Compiler/BackEnd/Differentiate.mo b/Compiler/BackEnd/Differentiate.mo index 00aa0329f34..ff94f5b379c 100644 --- a/Compiler/BackEnd/Differentiate.mo +++ b/Compiler/BackEnd/Differentiate.mo @@ -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);