Skip to content

Commit

Permalink
- Fix RML compilation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21389 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Jul 1, 2014
1 parent 868301b commit a3a6fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Expression.mo
Expand Up @@ -1589,7 +1589,7 @@ algorithm
ty = DAE.T_ARRAY(el_ty, dims, src);
sc = Types.basicType(el_ty);
then
List.map2(mat, Expression.makeArray, ty, sc);
List.map2(mat, makeArray, ty, sc);

end match;
end getArrayOrMatrixContents;
Expand Down

0 comments on commit a3a6fb4

Please sign in to comment.