diff src/ov-re-mat.h @ 5898:da843f35775c

[project @ 2006-07-19 18:18:08 by jwe]
author jwe
date Wed, 19 Jul 2006 18:18:31 +0000
parents b9c45e0cf685
children c20eb7330d13
line wrap: on
line diff
--- a/src/ov-re-mat.h	Wed Jul 19 16:52:12 2006 +0000
+++ b/src/ov-re-mat.h	Wed Jul 19 18:18:31 2006 +0000
@@ -135,6 +135,8 @@
 
   ComplexNDArray complex_array_value (bool = false) const;
    
+  boolNDArray bool_array_value (void) const;
+
   charNDArray char_array_value (bool = false) const;
   
   NDArray array_value (bool = false) const { return matrix; }