Overview
Comment: | *** empty log message *** |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6dd8e053f0944f9e19239ed28f23a7ea |
User & Date: | gawthrop@users.sourceforge.net on 2000-09-02 15:55:51 |
Other Links: | branch diff | manifest | tags |
Context
2000-09-04
| ||
08:42:53 | Put in extra echo to space output check-in: 017791f735 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-09-02
| ||
15:55:51 | *** empty log message *** check-in: 6dd8e053f0 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
15:55:11 | Now doesn't include def files in da files check-in: 4b53fa2c24 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/cbg2ese_m2r from [a07e6cccf9] to [1a4037d754].
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + | ############################################################### ## Version control history ############################################################### ## $Id$ ## ## $Log$ ## Revision 1.15 1998/07/08 14:43:12 peterg ## Restored inforfile ## ## Revision 1.14 1998/07/08 08:26:26 peterg ## Added -I option -- if set prints out the information messages ## ## Revision 1.13 1998/05/12 14:49:10 peterg ## Don't write END; any more - ese-tidy does this now! ## ## Revision 1.12 1998/01/23 13:30:46 peterg |
︙ | |||
63 64 65 66 67 68 69 70 71 72 73 74 75 76 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | + + + + | ## ############################################################### while [ -n "`echo $1 | grep '^-'`" ]; do case $1 in -I ) info=info;; -partition ) partition=yes; blurb='with partitioning'; ;; *) echo "$1 is an invalid argument - ignoring" ;; esac shift done |
︙ | |||
87 88 89 90 91 92 93 | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | - + | rm -f mtt_info.txt rm -f mtt_error.txt # Remove relevent ese files rm -f $1_ese.r $1_*_ese.r #Inform user |
︙ | |||
111 112 113 114 115 116 117 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 | - + - + + - - + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - | system_args = ''; full_name = ''; full_name_repetition = ''; % Structure matrix [states,nonstates,inputs,outputs,zero_outputs] |