Overview
Comment: | Removed spurious echo '## Set matrices to zero' - thanks Geraint |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6559fa56d9a332ee3eeeadcebd0f376c |
User & Date: | gawthrop@users.sourceforge.net on 2000-12-01 17:56:30 |
Other Links: | branch diff | manifest | tags |
Context
2000-12-01
| ||
17:59:01 | Added .PRECIOUS: %.cc to hang on to cc files - thanks Geraint check-in: 6a7e922b42 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
17:56:30 | Removed spurious echo '## Set matrices to zero' - thanks Geraint check-in: 6559fa56d9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:04:24 |
More partitioning achieved -- now needs the connections to be properly sorted in cbg2ese_r check-in: 3b133eb48f user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [52a1e4e33d] to [0cf51399c1].
︙ | ︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.14 2000/11/27 11:51:43 peterg ## Added zero matrices in matlab code ## ## Revision 1.13 2000/11/09 17:19:52 peterg ## Geraint's pow() mods ## ## Revision 1.12 2000/11/09 16:09:46 peterg | > > > | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.15 2000/11/29 21:06:16 peterg ## Removed Npar creation - not needed?? ## ## Revision 1.14 2000/11/27 11:51:43 peterg ## Added zero matrices in matlab code ## ## Revision 1.13 2000/11/09 17:19:52 peterg ## Geraint's pow() mods ## ## Revision 1.12 2000/11/09 16:09:46 peterg |
︙ | ︙ | |||
255 256 257 258 259 260 261 | if [ "$rep" = "simpar" ]; then output=${output}${map} # Output is simpar_map in this case fi function zero_matrices(){ ## Set matrices to zero echo | | | 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | if [ "$rep" = "simpar" ]; then output=${output}${map} # Output is simpar_map in this case fi function zero_matrices(){ ## Set matrices to zero echo ## echo '## Set matrices to zero' for name in $zeromatrices; do case $name in a) N=$Nx; M=$Nx ;; b) N=$Nx; M=$Nu |
︙ | ︙ |