Overview
Comment: | Octave 2.0.16 compatibility. Removed static declarations - gave wrong results. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
29b9700f0a2d93df31a698b477b1c273 |
User & Date: | geraint@users.sourceforge.net on 2001-04-01 05:18:57 |
Other Links: | branch diff | manifest | tags |
Context
2001-04-02
| ||
08:19:18 | Translates modulated parameters into reduce check-in: 801d56870d user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2001-04-01
| ||
05:18:57 |
Octave 2.0.16 compatibility. Removed static declarations - gave wrong results. check-in: 29b9700f0a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
05:17:22 | Removed static declarations - gave wrong results with multiple calls of ode2odes. check-in: 6751d6e73d user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/cc/mtt_implicit.cc from [e77c8f90f0] to [49937b29a2].
︙ | |||
11 12 13 14 15 16 17 | 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 | - - - - + + + + - - - - + + + + | const ColumnVector &openx) { #else // !STANDALONE DEFUN_DLD (mtt_implicit, args, , "implicit integration method") { #ifdef OCTAVE_DEV |
︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | + - + + + + + + + + | { AA (row,col) = 0.0; AA (col,row) = 0.0; } } } #ifdef OCTAVE_DEV |
︙ |