Overview
Comment: | Added view of subsystems. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b9f403e2e47a49e091733b40e2c75445 |
User & Date: | gawthrop@users.sourceforge.net on 1998-02-04 11:00:04 |
Other Links: | branch diff | manifest | tags |
Context
1998-02-04
| ||
11:45:05 | Less verbose comments. check-in: ac243cb4d3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:00:04 | Added view of subsystems. check-in: b9f403e2e4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-02-03
| ||
08:40:39 | Fixed a horrible bug -- changed filename -> filenum check-in: 0f3668c999 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [4c23646607] to [cdcb03b9ce].
︙ | ︙ | |||
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. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.114 1998/01/23 13:38:07 peterg ## VERSION 2.7 ## ## Revision 1.113 1998/01/23 13:27:13 peterg ## Added state-feedback control representations: ## smc,smo,ssk,ssl ## | > > > | 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. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.115 1998/01/29 19:37:31 peterg ## Fixed spurious call to X server bug ## ## Revision 1.114 1998/01/23 13:38:07 peterg ## VERSION 2.7 ## ## Revision 1.113 1998/01/23 13:27:13 peterg ## Added state-feedback control representations: ## smc,smo,ssk,ssl ## |
︙ | ︙ | |||
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 | #Subsystem creation commands #SUMMARY sub Executable subsystem list (sh) $1_sub.sh: $1_cmp.m cmp2sub_m2sh $1 #SUMMARY sub LaTeX subsystem list (tex) $1_sub.tex: $1_sub.sh sub_sh2tex -l $1 #SUMMARY abg acausal bond graph (m) #Raw bond graph to acausal bond graph: mfile $1_abg.m: $1_rbg.m $1_sub.sh sh $1_sub.sh "mtt -q -l $level+1 " ' abg m' rbg2abg_m $1 | > > > > > | 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 | #Subsystem creation commands #SUMMARY sub Executable subsystem list (sh) $1_sub.sh: $1_cmp.m cmp2sub_m2sh $1 #SUMMARY sub LaTeX subsystem list (tex) #SUMMARY sub LaTeX subsystem list (tex) $1_sub.tex: $1_sub.sh ifeq ($documenttype,section) sub_sh2tex $1 else sub_sh2tex -l $1 endif #SUMMARY abg acausal bond graph (m) #Raw bond graph to acausal bond graph: mfile $1_abg.m: $1_rbg.m $1_sub.sh sh $1_sub.sh "mtt -q -l $level+1 " ' abg m' rbg2abg_m $1 |
︙ | ︙ |