Overview
Comment: | Added END;; to output file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ccc44264a772e25f0f39587509d2b062 |
User & Date: | gawthrop@users.sourceforge.net on 1998-01-22 13:25:22 |
Other Links: | branch diff | manifest | tags |
Context
1998-01-22
| ||
13:25:55 | Initial revision check-in: 5eda557e20 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:25:22 | Added END;; to output file. check-in: ccc44264a7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
13:17:37 | Initial revision check-in: 1d53b14dfc user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/sm2smo_r from [8e11a95aec] to [6392ec53de].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Inform user echo Creating $1_smo.r -- NOTE this is for SISO systems only. # Remove the old log file | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 1998/01/22 13:16:43 peterg ## Initial revision ## ############################################################### # Inform user echo Creating $1_smo.r -- NOTE this is for SISO systems only. # Remove the old log file |
︙ | ︙ | |||
118 119 120 121 122 123 124 | MTT_Matrix := MTTT_o$ MTT_Matrix_name := "MTTT_o"$ MTT_Matrix_n := MTTNx$ MTT_Matrix_m := MTTNx$ Reduce_Matrix()$ | | | 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | MTT_Matrix := MTTT_o$ MTT_Matrix_name := "MTTT_o"$ MTT_Matrix_n := MTTNx$ MTT_Matrix_m := MTTNx$ Reduce_Matrix()$ write "END;;"; SHUT "$1_smo.r"; quit; EOF # Now invoke the standard error handling. mtt_error_r sm2smo_r.log |