Overview
Comment: | Zapped comment that causes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
be8cd0c1cf42a20a331ac99536ff0344 |
User & Date: | gawthrop@users.sourceforge.net on 2004-06-21 16:05:58 |
Other Links: | branch diff | manifest | tags |
Context
2004-06-21
| ||
16:30:41 | Don't zero for cc code check-in: c9e0db5495 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
16:05:58 | Zapped comment that causes check-in: be8cd0c1cf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2004-06-20
| ||
21:13:53 | Changed access method for Octave_map, operator[] method no longer works. check-in: b3c9364a2b user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/mtt_header from [1c2ee47b47] to [f023820be2].
︙ | |||
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | 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.59 2004/06/20 13:53:06 gawthrop ## Initialise for numpar as well ## ## Revision 1.58 2004/06/20 13:34:11 gawthrop ## Create vectors using zeros(N,1) - avoids new octave ## default to row vector - more reps now included ## ## Revision 1.57 2004/06/20 10:18:00 gawthrop ## Explicitly size vectors - avoid default row vector bug ## |
︙ | |||
571 572 573 574 575 576 577 | 574 575 576 577 578 579 580 581 582 583 584 585 586 587 | - | Npar=`wc -l $system\_sympar.txt | gawk '{print $1}'` } zero_matrices() { ## Set matrices to zero echo |
︙ |