Skip to content

Commit

Permalink
Currected bugg: generated fclass eventhough the modelica_outputflag w…
Browse files Browse the repository at this point in the history
…as set in some cirumstances.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@1219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
Håkan Lundvall committed Sep 9, 2004
1 parent f7cab62 commit 2bdf6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeq/dae.rml
Expand Up @@ -356,7 +356,7 @@ relation dump_comp_element : Element => () =
dump_comp_element COMP(n,DAE(l))

rule RTOpts.modelica_output => true &
Print.print_buf "fclass " & Print.print_buf n & Print.print_buf "\n" &
Print.print_buf "class " & Print.print_buf n & Print.print_buf "\n" &
dump_elements(l) &
Print.print_buf "end " & Print.print_buf n & Print.print_buf ";\n"
-----------------------------------
Expand Down

0 comments on commit 2bdf6c5

Please sign in to comment.