Skip to content

Commit

Permalink
New file
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@405 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Sep 13, 1998
1 parent 0182b83 commit 932d549
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions modeq/report/transfig.pic
@@ -0,0 +1,19 @@
.PS
boxht = 0.3 ; boxwid = 2.0
arrowhead = 7
lineht = 0.4
define label { { $1 at last box.s - (0.1,0.2) rjust } }
down
box "Modelica" ; label("\itshape Parsing") ; arrow 0.45
box "AST" ; label("\itshape Transformation") ; arrow
box "SCode" ; label("\itshape Instantiation") ; arrow
box "Internal DAE representation" ; label("\itshape Emission") ; arrow 0.45
box "DAE list"
btop = 2nd box.n.y + 0.15 ; bbot = last box.n.y + 0.15
box at (-0.3,(bbot + btop)/2) ht (btop - bbot) width 2.9
box invisible width 0.5 "RML" with .nw at last box.nw
.PE

0 comments on commit 932d549

Please sign in to comment.