Skip to content

Commit

Permalink
- bufgix IncidenceMatrix solvable for LUNARY
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@13593 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Oct 24, 2012
1 parent d6b2193 commit e24f22f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Compiler/BackEnd/BackendDAEUtil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3989,14 +3989,10 @@ algorithm
Integer istart,istep,istop;
list<DAE.ComponentRef> crlst;

case ((e as DAE.LUNARY(operator = _),(vars,pa)))
then ((e,false,(vars,pa)));
case ((e as DAE.LBINARY(exp1 = _),(vars,pa)))
then ((e,false,(vars,pa)));
case ((e as DAE.RELATION(exp1 = _),(vars,pa)))
then ((e,false,(vars,pa)));
case ((e as DAE.RELATION(exp1 = _),(vars,pa)))
then ((e,false,(vars,pa)));
case ((e as DAE.IFEXP(expThen = e1,expElse = e2),(vars,pa)))
equation
((_,(vars,pa))) = Expression.traverseExpTopDown(e1, traversingincidenceRowExpSolvableFinder, (vars,pa));
Expand Down

0 comments on commit e24f22f

Please sign in to comment.