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

implement builtin_type
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 02 Oct 2009 08:27:44 +0200
parents 1be3c73ed7b5
children b4fdfee405b5
line wrap: on
line diff
--- a/src/ov-re-mat.h	Thu Oct 01 21:59:27 2009 +0200
+++ b/src/ov-re-mat.h	Fri Oct 02 08:27:44 2009 +0200
@@ -108,6 +108,8 @@
   idx_vector index_vector (void) const
     { return idx_cache ? *idx_cache : set_idx_cache (idx_vector (matrix)); }
 
+  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; }