changeset 4370:790d6e486e22

[project @ 2003-03-18 10:34:13 by jwe]
author jwe
date Tue, 18 Mar 2003 10:34:13 +0000
parents 3192d1c40195
children c14ec945fabb
files src/ChangeLog src/ov-cell.h
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Tue Mar 18 09:13:46 2003 +0000
+++ b/src/ChangeLog	Tue Mar 18 10:34:13 2003 +0000
@@ -1,3 +1,7 @@
+2003-03-18  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* ov-cell.h (octave_cell::is_matrix_type): New function.
+
 2003-03-09  Duncan Temple Lang <duncan@research.bell-labs.com>
 
 	* octave.cc (octave_main): New arg, embedded.
--- a/src/ov-cell.h	Tue Mar 18 09:13:46 2003 +0000
+++ b/src/ov-cell.h	Tue Mar 18 10:34:13 2003 +0000
@@ -88,6 +88,8 @@
 			 const std::list<octave_value_list>& idx,
 			 const octave_value& rhs);
 
+  bool is_numeric_type (void) const { return false; }
+
   bool is_defined (void) const { return true; }
 
   bool is_cell (void) const { return true; }