Skip to content

Commit

Permalink
- Print attributes for derived classes in SCodeDump.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@9294 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Jun 14, 2011
1 parent 5050a94 commit dc17354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/susan_codegen/SimCode/SCodeDumpTpl.tpl
Expand Up @@ -198,7 +198,7 @@ match classDef
let mod_str = dumpModifier(modifications)
let attr_str = dumpAttributes(attributes)
let cmt_str = dumpCommentOpt(comment)
'= <%type_str%><%mod_str%><%cmt_str%>'
'= <%attr_str%><%type_str%><%mod_str%><%cmt_str%>'
case ENUMERATION(__) then
let enum_str = if enumLst then
(enumLst |> enum => dumpEnumLiteral(enum) ;separator=", ")
Expand Down

0 comments on commit dc17354

Please sign in to comment.