Skip to content

Commit

Permalink
- fixed small bug at resolveLoops (traverse partitions)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@19278 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Volker Waurich committed Feb 24, 2014
1 parent 0de3ec0 commit 9e61d31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Compiler/BackEnd/BackendDAEOptimize.mo
Expand Up @@ -7158,8 +7158,9 @@ algorithm
equation
(_,partition,_) = List.intersection1OnTrue(partition,nonLoopEqs,intEq);
true = List.isEmpty(partition);
eqLst = resolveLoops_resolvePartitions(rest,mIn,mTIn,m_uncut,mT_uncut,eqMapping,varMapping,daeEqs,daeVars,nonLoopEqs);
then
daeEqs;
eqLst;
case(partition::rest,_,_,_,_,_,_,_,_,_)
equation
// search the partitions for loops
Expand Down

0 comments on commit 9e61d31

Please sign in to comment.