Overview
Comment: | Put in fig.fig target. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b0b3314669bf18acfef0fda0858ae5da |
User & Date: | gawthrop@users.sourceforge.net on 1996-08-05 19:50:55 |
Other Links: | branch diff | manifest | tags |
Context
1996-08-05
| ||
20:12:43 | Now writes a _fig.fig file. check-in: 5b59400390 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:50:55 | Put in fig.fig target. check-in: b0b3314669 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:53:21 | Fixed bug passing causality from subsystems. check-in: 51c0f242ff user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [d67af9928d] to [a2a9b9b121].
︙ | ︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ############################################################### echo " ###################################################" echo " ###### MTT (Model Transformation Tools) V2.0 ######" echo " ###################################################" | > > > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.1 1996/08/04 17:29:42 peter ## Initial revision ## ############################################################### echo " ###################################################" echo " ###### MTT (Model Transformation Tools) V2.0 ######" echo " ###################################################" |
︙ | ︙ | |||
73 74 75 76 77 78 79 80 81 82 | echo Creating $1_sspar.r echo "%% Reduce steady-state parameter file ($1_sspar.r)" > $1_sspar.r #Raw bond graph: fig file to mfile $1_rbg.m: $1_abg.fig $1_lbl.txt rbg_fig2m $1 #Bond graph conversions using matlab #Raw bond graph to acausal bond graph: mfile $1_abg.m: $1_rbg.m | > > > > | < < < < | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | echo Creating $1_sspar.r echo "%% Reduce steady-state parameter file ($1_sspar.r)" > $1_sspar.r #Raw bond graph: fig file to mfile $1_rbg.m: $1_abg.fig $1_lbl.txt rbg_fig2m $1 $1_cmp.m: $1_rbg.m $1_fig.fig: $1_rbg.m #Bond graph conversions using matlab #Raw bond graph to acausal bond graph: mfile $1_abg.m: $1_rbg.m rbg2abg_m $1 #Causal bond graph: mfile to fig conversion $1_cbg.fig: $1_cbg.m $1_rbg.m $1_fig.fig cbg_m2fig $1 #Causal bond graph: xfig display #$1_cbg.view: $1_cbg.fig # echo "Creating view of $1_cbg"; xfig $1_cbg.fig & |
︙ | ︙ |