Skip to content

Commit

Permalink
# cosmetic
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@214 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Mar 23, 1998
1 parent cc63b67 commit 4104c9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modeq/inst.rml
Expand Up @@ -77,9 +77,9 @@ relation connect_vars : (Connect.Sets,
rule Exp.extend_cref(c1, n, []) => c1' &
Exp.extend_cref(c2, n, []) => c2' &
(* print " connect_vars: " &
Dump.dump_component_ref c1' & print " <-> " &
Dump.dump_component_ref c2' &
print "\n" & *)
* Dump.dump_component_ref c1' & print " <-> " &
* Dump.dump_component_ref c2' &
* print "\n" & *)
connect_components(sets,[], c1',f1, c2',f2, ty, flow) => sets' &
connect_vars(sets',c1,f1,c2,f2,xs) => sets''
--------------------------------------
Expand Down

0 comments on commit 4104c9c

Please sign in to comment.