Overview
| Comment: | Fixed [ 790467 ] -oct option broken |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
2bf551b4f2af4c2c0c4aa3284e677e2e |
| User & Date: | geraint@users.sourceforge.net on 2003-09-07 20:25:09.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2003-09-07
| ||
| 20:41:19 | *** empty log message *** check-in: 506ccdf590 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 20:25:09 | Fixed [ 790467 ] -oct option broken check-in: 2bf551b4f2 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2003-08-19
| ||
| 16:22:36 | New defaults check-in: 764c415db6 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);
|