Overview
Comment: | Replaced lbl2cr by abg2cr_m2txt |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
e567962bf20dc2b10777ee4d77b80461 |
User & Date: | gawthrop@users.sourceforge.net on 2000-03-15 20:31:06 |
Other Links: | branch diff | manifest | tags |
Context
2000-03-15
| ||
21:23:20 | Initial revision check-in: 154ec57674 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
20:31:06 | Replaced lbl2cr by abg2cr_m2txt check-in: e567962bf2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:39:40 | Replaced sub creation cmp2sub_m2sh by abg2sub_m2sh check-in: 523d85779a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [329f3b47ba] to [4196900021].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999 ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.228 2000/03/07 10:54:14 peterg ## Added $1_lbl.txt to sympar.txt ## ## Revision 1.227 2000/02/16 15:05:46 peterg ## Replaced spurious 8spaces by tab ## ## Revision 1.226 2000/02/10 18:51:31 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996, 1997,1998,1999 ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.229 2000/03/15 19:39:40 peterg ## Replaced sub creation cmp2sub_m2sh by abg2sub_m2sh ## ## Revision 1.228 2000/03/07 10:54:14 peterg ## Added $1_lbl.txt to sympar.txt ## ## Revision 1.227 2000/02/16 15:05:46 peterg ## Replaced spurious 8spaces by tab ## ## Revision 1.226 2000/02/10 18:51:31 peterg |
︙ | ︙ | |||
1040 1041 1042 1043 1044 1045 1046 | fi # Start at abg representation if [ -n "$start_at_abg" ]; then if [ -f "$1_abg.m" ]; then if [ "$quiet" != "quiet" ]; then echo Starting from $1_abg.m | < < | 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 | fi # Start at abg representation if [ -n "$start_at_abg" ]; then if [ -f "$1_abg.m" ]; then if [ "$quiet" != "quiet" ]; then echo Starting from $1_abg.m fi else echo $1_abg.m does not exist exit fi fi |
︙ | ︙ | |||
1518 1519 1520 1521 1522 1523 1524 | lbl2alias_txt2txt $1 #SUMMARY alias name aliases for each subsystem (m) $1_alias.m: $1_alias.txt alias_txt2m $1 #SUMMARY cr constitutive relationship for each subsystem (txt) | | | | 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 | lbl2alias_txt2txt $1 #SUMMARY alias name aliases for each subsystem (m) $1_alias.m: $1_alias.txt alias_txt2m $1 #SUMMARY cr constitutive relationship for each subsystem (txt) $1_cr.txt: $1_abg.m $1_sub.sh abg2cr_m2txt $1 if [ "$level" = "0" ]; then \ mv $1_cr.txt MTT_cr.txt; \ else \ cat $1_cr.txt >> MTT_cr.txt; \ fi |
︙ | ︙ | |||
1838 1839 1840 1841 1842 1843 1844 | sub_sh2tex -l $1 endif #SUMMARY abg acausal bond graph (m) #Raw bond graph to acausal bond graph: mfile ifneq ($start_at_abg,yes) | | > | 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 | sub_sh2tex -l $1 endif #SUMMARY abg acausal bond graph (m) #Raw bond graph to acausal bond graph: mfile ifneq ($start_at_abg,yes) $1_abg.m: $1_rbg.m $1_alias.m abg2sub_m2sh $1 (sh $1_sub.sh "mtt $mtt_switches -q -u -l $level+1 " ' abg m null || exit 1') || exit 1 rbg2abg_m $info_switch $1 endif #SUMMARY cbg* causal bond graph (m) #Acausal bond graph to causal bond graph: mfile $1_cbg.m: $1_abg.m |
︙ | ︙ |