Skip to content

Commit

Permalink
Instantiate
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@91 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Jan 22, 1998
1 parent 12c421e commit c629dfc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modeq/main.rml
Expand Up @@ -10,6 +10,7 @@ with "parse.rml"
with "dump.rml"
with "lform.rml"
with "dae.rml"
with "inst.rml"
(* with "modelica.rml" *)

relation main =
Expand All @@ -30,8 +31,11 @@ relation main =
(* & Dump.dump Test.prog1 *)
print "\n = Translating\n\n" &
Lform.convert p' => p'' &
(* Modelica.progDAE p => d & *)
(*DAE.dump d & *)

print "\n = Instantiating\n\n" &
Inst.instantiate(p'') => d &
DAE.dump d &

print "\n[slut]\n"
----------------
main [f]
Expand Down

0 comments on commit c629dfc

Please sign in to comment.