Skip to content

Commit

Permalink
- fix bootstrapp compilation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12197 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jun 24, 2012
1 parent e1a0b1b commit 0c31730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Compiler/BackEnd/BackendDAEUtil.mo
Expand Up @@ -1657,11 +1657,10 @@ public function listEquation "function: listEquation
input list<BackendDAE.Equation> lst;
output EquationArray outEquationArray;
protected
BackendDAE.Value len,size,arrsize;
Integer len,size,arrsize;
Real rlen,rlen_1;
array<Option<BackendDAE.Equation>> optarr,eqnarr,newarr;
list<Option<BackendDAE.Equation>> eqn_optlst;
Integer size;
algorithm
len := listLength(lst);
rlen := intReal(len);
Expand Down

0 comments on commit 0c31730

Please sign in to comment.