Skip to content

Commit

Permalink
Don't use lform, but inst.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@100 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Feb 2, 1998
1 parent 90bae87 commit efb1546
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modeq/main.rml
Expand Up @@ -8,9 +8,9 @@ with "absyn.rml"
with "parse.rml"
(* with "test.rml" *)
with "dump.rml"
with "lform.rml"
(* with "lform.rml" *)
with "dae.rml"
with "inst.rml"
(* with "inst.rml" *)
(* with "modelica.rml" *)

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

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

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

0 comments on commit efb1546

Please sign in to comment.