Skip to content

Commit

Permalink
- bugfix last commit
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@10860 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jan 5, 2012
1 parent 760ad71 commit c094e25
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -4201,15 +4201,6 @@ algorithm
list<BackendDAE.Var> varslst;
Boolean b;

// special case for time, it is never part of the equation system
case (((e as DAE.CREF(componentRef = DAE.CREF_IDENT(ident="time")),(vars,pa))))
then ((e,false,(vars,{})));

// case for functionpointers
case (((e as DAE.CREF(ty=DAE.T_FUNCTION_REFERENCE_FUNC(builtin=_)),(vars,pa))))
then
((e,false,(vars,{})));

case (((e as DAE.CREF(componentRef = cr),(vars,pa))))
equation
(varslst,p) = BackendVariable.getVar(cr, vars);
Expand Down

0 comments on commit c094e25

Please sign in to comment.