Skip to content

Commit

Permalink
- fill() is not a valid MetaModelica call (fix for bootstrapped OMC)
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8446 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Apr 1, 2011
1 parent 312f271 commit ce6fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/BackEnd/BackendQSS.mo
Expand Up @@ -168,7 +168,7 @@ algorithm
equation
size = arrayLength(ass1) "equation_size(e) => size &" ;
arr = arrayCreate(size, 0);
arr_1 = fill({}, size);
arr_1 = arrayCreate(size, {});
arr_1 = markStateEquations(dae, arr, arr_1, m, mt, ass1, ass2);
arrList = arrayList(arr_1);
arrList = sortEquationsBLT(arrList,comps,{});
Expand Down

0 comments on commit ce6fd3d

Please sign in to comment.