Overview
| Comment: | Removed cp $1_$1_cbg.fig $1_cbg.fig. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
5932f878847c1ae9b547628f41e7b6bf |
| User & Date: | gawthrop@users.sourceforge.net on 1996-11-09 19:04:34.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1996-11-09
| ||
| 20:17:34 |
Fixed bug with null ARGS argument Put in new lib paths. check-in: 0eaddbb1ed user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 19:04:34 | Removed cp $1_$1_cbg.fig $1_cbg.fig. check-in: 5932f87884 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 18:47:46 |
Added new copy command (using find). More documaentation stuff. check-in: 701b24cfab user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cbg_m2fig
from [73401dafc7]
to [9e3a517a27].
| ︙ | ︙ | |||
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.5 1996/11/02 10:16:50 peterg # Changed stroke length to 150 # # Revision 1.4 1996/08/25 09:28:59 peter # More error handling. # ## Revision 1.3 1996/08/24 14:40:31 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.6 1996/11/06 15:58:46 peterg ## Changed Matrix to RMATRIX ## # Revision 1.5 1996/11/02 10:16:50 peterg # Changed stroke length to 150 # # Revision 1.4 1996/08/25 09:28:59 peter # More error handling. # ## Revision 1.3 1996/08/24 14:40:31 peter |
| ︙ | ︙ | |||
57 58 59 60 61 62 63 |
thick = 3; length = 150; red = 4; blue = 1; green = 12; font = 18;
cbg2fig(system_name, ...
'', '', ...
length, thick, blue, ...
font, green, red);
EOF
| | | 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
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
# Print errors, if any.
mtt_error mtt_error.txt
|