Overview
Comment: | Fixed [ 790467 ] -oct option broken |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
f9d31f9851b4ab6672fed38fa74cdc66 |
User & Date: | geraint@users.sourceforge.net on 2003-09-07 20:25:09 |
Other Links: | branch diff | manifest | tags |
Context
2003-09-07
| ||
20:41:19 | *** empty log message *** check-in: 679c4552bb user: geraint@users.sourceforge.net tags: origin/master, trunk | |
20:25:09 | Fixed [ 790467 ] -oct option broken check-in: f9d31f9851 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2003-08-19
| ||
16:22:36 | New defaults check-in: 69fde1b238 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/cc/mtt_simpar.hh from [8e34c674fd] to [eda52e87c8].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | - - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + | #include <octave/oct.h> #include <octave/ov-struct.h> static ColumnVector mtt_simpar (Octave_map simpar) { static ColumnVector retval (8); |