Overview
Comment: | Removed some boring user feedback |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4b6be1b1fbee51d0d346b553bf9d5cdf |
User & Date: | gawthrop@users.sourceforge.net on 2001-07-23 23:26:23 |
Other Links: | branch diff | manifest | tags |
Context
2001-07-23
| ||
23:27:49 | More efficient generation of optimised code (I hope) check-in: b9e695d384 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
23:26:23 | Removed some boring user feedback check-in: 4b6be1b1fb user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
23:24:02 | Now only writes to type.sh and cbg.m when causality is complete check-in: b457f07023 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/abg2sub_fig2sh from [98f9704915] to [89a28ef619].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 | ###################################### ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## ############################################################### # Copyright (C) 1996--2001 by Peter J. Gawthrop | > > > > | | | | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | ###################################### ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2001/06/11 19:47:49 gawthrop ## Makes the sub.sh file directly from the abg.fig file ## Used for making lbl files (abg2lbl_fig2txt) ## ## ############################################################### # Copyright (C) 1996--2001 by Peter J. Gawthrop #if [ -f "$1_sub.sh" ]; then # echo Using "$1_sub.sh" # exit #else #Inform user echo Creating $1_sub.sh #fi echo '# Commands to generate subsystem representations'> $1_sub.sh echo "# File $1_sub.sh" >> $1_sub.sh echo "# Generated by MTT on `date`." >> $1_sub.sh echo >> $1_sub.sh |
︙ | ︙ |