Skip to content

Commit

Permalink
- Propagate modifiers for derived types in new instantiation.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@17866 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Oct 24, 2013
1 parent 058183e commit d82304a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Compiler/FrontEnd/NFInst.mo
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ algorithm
dims = Absyn.typeSpecDimensions(dty);
dim_count = listLength(dims);
mod = NFMod.translateMod(smod, "", dim_count, inPrefix, inEnv);
mod = NFMod.mergeMod(NFEnv.entryModifier(inEntry), mod);
mod = NFMod.mergeMod(inClassMod, mod);

// redecls = listAppend(
Expand Down

0 comments on commit d82304a

Please sign in to comment.