Skip to content

Commit

Permalink
- fix expandCref for Records
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12163 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Jens Frenkel committed Jun 20, 2012
1 parent 0accc51 commit 569873a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/FrontEnd/ComponentReference.mo
Expand Up @@ -2357,6 +2357,7 @@ algorithm
equation
// Create a list of crefs from names
crefs = List.map(varLst,creffromVar);
crefs = List.map1r(crefs,joinCrefs,inCref);
crlstlst = List.map1(crefs,expandCref_impl,true);
then
List.flatten(crlstlst);
Expand Down

0 comments on commit 569873a

Please sign in to comment.