changeset 16782:dd7ab7df2f29

return true for is_single_type and false for is_double_type in octave_float_complex_diag_matrix
author David Bateman <dbateman@free.fr>
date Thu, 20 Jun 2013 03:39:53 +0200
parents e88c14f4dbb2
children 0bf1d559b321
files libinterp/octave-value/ov-flt-cx-diag.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-flt-cx-diag.h
+++ b/libinterp/octave-value/ov-flt-cx-diag.h
@@ -61,7 +61,7 @@
 
   bool is_complex_type (void) const { return true; }
 
-  bool is_double_type (void) const { return true; }
+  bool is_single_type (void) const { return true; }
 
   bool is_float_type (void) const { return true; }