diff src/ov-bool-mat.h @ 9841:6f1ea8241c99

make isnumeric yield false on logicals
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 20 Nov 2009 08:18:41 +0100
parents f80c566bc751
children b3089dba88bf
line wrap: on
line diff
--- a/src/ov-bool-mat.h
+++ b/src/ov-bool-mat.h
@@ -88,6 +88,8 @@
 
   bool is_real_type (void) const { return true; }
 
+  bool is_numeric_type (void) const { return false; }
+
   int8NDArray
   int8_array_value (void) const { return int8NDArray (matrix); }