Skip to content

Commit

Permalink
- Fix dependency analysis
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12001 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 7, 2012
1 parent 8e0c50c commit 9f55139
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Compiler/FrontEnd/SCode.mo
Expand Up @@ -2560,6 +2560,12 @@ algorithm
then
(EQ_REINIT(cr1, e1, comment, info), (traverser, arg));

case (EQ_NORETCALL(e1, comment, info), (traverser, arg))
equation
((e1, arg)) = traverser((e1, arg));
then
(EQ_NORETCALL(e1, comment, info), (traverser, arg));

else then (inEEquation, inTuple);
end match;
end traverseEEquationExps;
Expand Down

0 comments on commit 9f55139

Please sign in to comment.