Skip to content

Commit

Permalink
- bugfix derivative of ASUB
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11367 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Mar 11, 2012
1 parent d1b07d8 commit 42e2194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/Derive.mo
Expand Up @@ -724,7 +724,7 @@ algorithm
equation
e_1 = differentiateExpTime(e, inVariables);
then
Expression.makeASUB(e,sub);
Expression.makeASUB(e_1,sub);

case (DAE.REDUCTION(reductionInfo = reductionInfo,expr = e1,iterators = iters),inVariables)
equation
Expand Down

0 comments on commit 42e2194

Please sign in to comment.