diff src/ov-re-diag.h @ 9685:e793865ede63

implement builtin_type
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 02 Oct 2009 08:27:44 +0200
parents 93f18f166aba
children f80c566bc751
line wrap: on
line diff
--- a/src/ov-re-diag.h	Thu Oct 01 21:59:27 2009 +0200
+++ b/src/ov-re-diag.h	Fri Oct 02 08:27:44 2009 +0200
@@ -60,6 +60,8 @@
   octave_value do_index_op (const octave_value_list& idx,
 			    bool resize_ok = false);
 
+  builtin_type_t builtin_type (void) const { return btyp_double; }
+
   bool is_real_matrix (void) const { return true; }
 
   bool is_real_type (void) const { return true; }