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	Tue Feb 17 02:34:33 2004 +0000
+++ b/liboctave/CNDArray.cc	Tue Feb 17 15:32:13 2004 +0000
@@ -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	Tue Feb 17 02:34:33 2004 +0000
+++ b/liboctave/dNDArray.cc	Tue Feb 17 15:32:13 2004 +0000
@@ -30,6 +30,7 @@
 #endif
 
 #include <cfloat>
+#include <vector>
 
 #include "Array-util.h"
 #include "dNDArray.h"
--- a/scripts/ChangeLog	Tue Feb 17 02:34:33 2004 +0000
+++ b/scripts/ChangeLog	Tue Feb 17 15:32:13 2004 +0000
@@ -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	Tue Feb 17 02:34:33 2004 +0000
+++ b/src/ov-struct.cc	Tue Feb 17 15:32:13 2004 +0000
@@ -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\