Overview
Comment: | Summary line just contains the model name |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
626ad6c9ef0695f5c055ae12f1658f1c |
User & Date: | gawthrop@users.sourceforge.net on 1998-02-23 16:20:33 |
Other Links: | branch diff | manifest | tags |
Context
1998-02-23
| ||
16:21:21 | Just do model name in summary line of lbl file check-in: 49d14c02cf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:20:33 | Summary line just contains the model name check-in: 626ad6c9ef user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1998-02-19
| ||
13:40:24 | Removed prerequisit from sspar.r target. check-in: ff8040525a user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2lbl_fig2txt from [53ebf0e810] to [1400afe9e8].
︙ | |||
9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | + + + | # Acausal bond graph to causal bond graph: mfile format ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 1997/05/09 14:21:35 peterg ## Default to flow,component_name ## # Revision 1.2 1997/03/19 12:08:01 peterg # No longer writes out non-unique names - now done in rbg_fig2m # # Revision 1.1 1997/03/18 13:55:01 peterg # Initial revision # ############################################################### |
︙ | |||
35 36 37 38 39 40 41 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | - + | rm -f $infofile #Inform user echo Creating $1_lbl.txt ( \ |
︙ |