Overview
Comment: | Changed stroke length to 150 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b0ce1b74d1b1fe32c735bca135eb699d |
User & Date: | gawthrop@users.sourceforge.net on 1996-11-02 10:16:50 |
Other Links: | branch diff | manifest | tags |
Context
1996-11-02
| ||
10:18:25 | Initial revision check-in: 31050810f4 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
10:16:50 | Changed stroke length to 150 check-in: b0ce1b74d1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1996-11-01
| ||
20:19:44 | Initial revision check-in: 7cbc8b5ed8 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cbg_m2fig from [4183357e4d] to [851bf339b8].
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.3 1996/08/24 14:40:31 peter ## Error handling included. ## ## Revision 1.2 1996/08/08 18:07:31 peter ## Sorted out naming scheme for files ## ## Revision 1.1 1996/08/05 20:13:56 peter | > > > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # Copyright (c) P.J.Gawthrop, 1996. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ # Revision 1.4 1996/08/25 09:28:59 peter # More error handling. # ## Revision 1.3 1996/08/24 14:40:31 peter ## Error handling included. ## ## Revision 1.2 1996/08/08 18:07:31 peter ## Sorted out naming scheme for files ## ## Revision 1.1 1996/08/05 20:13:56 peter |
︙ | ︙ | |||
44 45 46 47 48 49 50 | #Inform user echo Creating $1_cbg.fig # Use matrix manipulation to accomplish the transformation $MATRIX > cbg_m2fig.log 2>>mtt_error.txt << EOF system_name = '$1'; | | | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | #Inform user echo Creating $1_cbg.fig # Use matrix manipulation to accomplish the transformation $MATRIX > cbg_m2fig.log 2>>mtt_error.txt << EOF system_name = '$1'; thick = 3; length = 150; red = 4; blue = 1; green = 12; font = 18; cbg2fig(system_name, ... '', '', ... length, thick, blue, ... font, green, red); EOF cp $1_$1_cbg.fig $1_cbg.fig 2>> mtt_error.txt |
︙ | ︙ |