Mercurial > hg > octave-nkf
changeset 4780:5eb5b8aaed8a
[project @ 2004-02-17 15:32:13 by jwe]
author | jwe |
---|---|
date | Tue, 17 Feb 2004 15:32:13 +0000 |
parents | f105000ab25c |
children | 5f43d12f8287 |
files | liboctave/CNDArray.cc liboctave/dNDArray.cc scripts/ChangeLog src/ov-struct.cc |
diffstat | 4 files changed, 13 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/CNDArray.cc +++ b/liboctave/CNDArray.cc @@ -30,6 +30,7 @@ #endif #include <cfloat> +#include <vector> #include "Array-util.h" #include "CNDArray.h" @@ -39,7 +40,7 @@ #include "lo-mappers.h" #if defined (HAVE_FFTW3) -# include "oct-fftw.h" +#include "oct-fftw.h" #else extern "C" {
--- a/liboctave/dNDArray.cc +++ b/liboctave/dNDArray.cc @@ -30,6 +30,7 @@ #endif #include <cfloat> +#include <vector> #include "Array-util.h" #include "dNDArray.h"
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,9 @@ +2004-02-16 John W. Eaton <jwe@bevo.che.wisc.edu> + + * control/system/__sysconcat__.m, control/system/__tfl__.m, + control/system/cellidx.m, control/system/ss.m, + control/system/tf.m, control/system/zp.m: New functions. + 2004-02-16 Glenn Golden <gdg@zplane.com> * statistics/distributions/discrete_inv.m:
--- a/src/ov-struct.cc +++ b/src/ov-struct.cc @@ -956,10 +956,10 @@ A = cell2struct(@{'Peter', 'Hannah', 'Robert'; 185, 170, 168@}, @{'Name','Height'@}, 1);\n\ A(1)\n\ @result{} ans =\n\ - @{\n\ - Height = 185\n\ - Name = Peter\n\ - @}\n\ + @{\n\ + Height = 185\n\ + Name = Peter\n\ + @}\n\ \n\ @end group\n\ @end example\n\