Skip to content

Commit

Permalink
- More RML fixes.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22841 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Oct 21, 2014
1 parent 6a7a337 commit 1ad1ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/Expression.mo
Expand Up @@ -10817,7 +10817,7 @@ algorithm
subslst = {{DAE.INDEX(DAE.ICONST(1))}};
subslst1 = rangesToSubscripts(subslst);
crlst = List.map1r(subslst1,ComponentReference.subscriptCref,cr);
expl = List.map1(crlst,Expression.makeCrefExp,ty);
expl = List.map1(crlst,makeCrefExp,ty);
e_new = DAE.ARRAY(t,true,expl);
(e, b) = traverseExp(e_new, traversingextendArrExp, true);
then
Expand Down

0 comments on commit 1ad1ef9

Please sign in to comment.