diff src/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 7e0f36dfefbe
children 280fae940bb0
line wrap: on
line diff
--- a/src/Cell.h	Thu Jan 29 11:49:06 2009 +0100
+++ b/src/Cell.h	Thu Jan 29 12:50:25 2009 -0500
@@ -121,6 +121,7 @@
   Cell& insert (const Cell& a, const Array<octave_idx_type>& ra_idx);
 
   // FIXME
+  bool any_element_is_nan (void) const { return false; }
   bool is_true (void) const { return false; }
 
   static octave_value resize_fill_value (void) { return Matrix (); }