Skip to content

Commit

Permalink
- fix getNoDerivativePosition
Browse files Browse the repository at this point in the history
  • Loading branch information
vwaurich authored and OpenModelica-Hudson committed Oct 27, 2015
1 parent 8f2cd7e commit d96c198
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -8450,6 +8450,9 @@ algorithm
case((idx,DAE.NO_DERIVATIVE(_))::rest,_)
equation
then getNoDerivativeInputPosition(rest, idx::IdxsIn);
else
equation
then getNoDerivativeInputPosition(List.rest(conds), IdxsIn);
end match;
end getNoDerivativeInputPosition;

Expand Down

0 comments on commit d96c198

Please sign in to comment.