Overview
Comment: | Registered agian. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b1169db925977e52c82e9212831a3861 |
User & Date: | gawthrop@users.sourceforge.net on 1996-12-07 19:23:07 |
Other Links: | branch diff | manifest | tags |
Context
1996-12-07
| ||
19:39:51 | Minor debugging. check-in: b339ac0d20 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:23:07 | Registered agian. check-in: b1169db925 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
18:21:57 | Now uses fopen + file number check-in: 539321e0af user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cbg_m2fig from [9e3a517a27] to [f64b34f81b].
︙ | ︙ | |||
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.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 | > > > | 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.7 1996/11/09 19:04:34 peterg # Removed cp $1_$1_cbg.fig $1_cbg.fig. # ## 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 |
︙ | ︙ | |||
41 42 43 44 45 46 47 | # Remove the old log file rm -f cbg_m2fig.log rm -f mtt_info.txt # The following sets up the fig header file for the system # and each sub system. | | | | > | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | # Remove the old log file rm -f cbg_m2fig.log rm -f mtt_info.txt # The following sets up the fig header file for the system # and each sub system. # (ls $1_*_cbg.m \ # | sed 's/\(.*_\)\(.*_\)cbg.m/cp \2fig.fig \1\2cbg.fig/' \ #| sh ) 2>mtt_error.txt sh $1_type.sh 'cp ' '_fig.fig ' '_cbg.fig'> mtt_error.txt #Inform user echo Creating $1_cbg.fig # Use matrix manipulation to accomplish the transformation $RMATRIX > cbg_m2fig.log 2>>mtt_error.txt << EOF |
︙ | ︙ |