diff src/ov-cell.h @ 8626:1dce30ab0e72

don't convert NaN to logical in bool expressions
author John W. Eaton <jwe@octave.org>
date Thu, 29 Jan 2009 12:50:25 -0500
parents 906f976d35a8
children 280fae940bb0
line wrap: on
line diff
--- a/src/ov-cell.h	Thu Jan 29 11:49:06 2009 +0100
+++ b/src/ov-cell.h	Thu Jan 29 12:50:25 2009 -0500
@@ -102,6 +102,8 @@
 
   bool is_cellstr (void) const { return matrix.is_cellstr (); }
 
+  bool is_true (void) const;
+
   Cell cell_value (void) const { return matrix; }
 
   octave_value_list list_value (void) const;