Overview
Comment: | Replaced mtt_version.sh with mtt_banner.sh - I think this was the intent. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c57496c6ffc16bf2918fc295521e0527 |
User & Date: | geraint@users.sourceforge.net on 2001-08-02 03:24:48 |
Other Links: | branch diff | manifest | tags |
Context
2001-08-07
| ||
04:39:24 | Consolidated dassl and residual functions. check-in: 73c9075b6a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2001-08-02
| ||
03:24:48 | Replaced mtt_version.sh with mtt_banner.sh - I think this was the intent. check-in: c57496c6ff user: geraint@users.sourceforge.net tags: origin/master, trunk | |
03:01:08 |
Stopped initialisation of mttopen from over-writing logic.txt contents. - comment removed from "sort" input (which put it last) because initialisation is inserted in place of the comment by switch_txt2m. check-in: d3736ff8dc user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2lbl_fig2txt from [0368a79007] to [202d6a713d].
︙ | ︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # Acausal bond graph to causal bond graph: mfile format ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.22 2001/07/08 03:28:11 gawthrop ## Fixed a bug: abg2sympar_m2txt neads a _lbl.txt file when using ## "usinglabel" option ## ## Revision 1.21 2001/07/06 00:46:50 gawthrop ## Added -cr option -- forces cr to be loaded before the ese.r file ## This avoids causality problems when using multi-port Rs to represent | > > > > | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Acausal bond graph to causal bond graph: mfile format ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.23 2001/07/26 04:08:35 gawthrop ## Removed lines deleting _type.sh and cbg.m ## -- how did they get there ?? ## ## Revision 1.22 2001/07/08 03:28:11 gawthrop ## Fixed a bug: abg2sympar_m2txt neads a _lbl.txt file when using ## "usinglabel" option ## ## Revision 1.21 2001/07/06 00:46:50 gawthrop ## Added -cr option -- forces cr to be loaded before the ese.r file ## This avoids causality problems when using multi-port Rs to represent |
︙ | ︙ | |||
140 141 142 143 144 145 146 | #DESCRIPTION Detailed description here ## System ${system}, representation lbl, language txt ## File ${system}_lbl.txt ## Generated by MTT on `date` EOF | | | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | #DESCRIPTION Detailed description here ## System ${system}, representation lbl, language txt ## File ${system}_lbl.txt ## Generated by MTT on `date` EOF cat $MTT_DOC/mtt_banner.sh } write_blurb() { cat <<EOF |
︙ | ︙ |