Skip to content

Commit

Permalink
Dump EQ_CONNECT
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@174 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Mar 9, 1998
1 parent ef8ef39 commit 50fc7a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modeq/dump.rml
Expand Up @@ -389,6 +389,11 @@ and dump_equation: Absyn.Equation => () =
-------------------------------------------
dump_equation(Absyn.EQ_EQUALS(e1,e2))

rule print "EQ_CONNECT(" & dump_component_ref(e1) & print "," &
dump_component_ref(e2) & print ")"
-------------------------------------------
dump_equation(Absyn.EQ_CONNECT(e1,e2))

rule print " ** UNKNOWN EQUATION ** "
--------------------------------
dump_equation(_)
Expand Down

0 comments on commit 50fc7a2

Please sign in to comment.