Skip to content

Commit

Permalink
- fix simpleResistor test
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22169 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Sep 8, 2014
1 parent ad3a5bd commit 198e349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Compiler/BackEnd/HpcOmTaskGraph.mo
Expand Up @@ -1623,6 +1623,9 @@ algorithm
list<Integer> cutNodes,odeNodes;
array<Integer> odeMap;
list<list<Integer>> graphTmpLst;
case(_,{-1},_)
equation
then (graphIn,{});
case(_,_,_)
equation
// remove the algebraic branches
Expand Down

0 comments on commit 198e349

Please sign in to comment.