changeset 16781:e88c14f4dbb2

Use complex_array_value in ov-cx-mat.cc(default_numeric_demotion_function) (bug #39254)
author David Bateman <dbateman@free.fr>
date Thu, 20 Jun 2013 03:28:10 +0200
parents 781916090eb1
children dd7ab7df2f29
files libinterp/octave-value/ov-cx-mat.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-cx-mat.cc	Wed Jun 19 18:04:19 2013 -0700
+++ b/libinterp/octave-value/ov-cx-mat.cc	Thu Jun 20 03:28:10 2013 +0200
@@ -68,7 +68,7 @@
 {
   CAST_CONV_ARG (const octave_complex_matrix&);
 
-  return new octave_float_complex_matrix (v.float_complex_matrix_value ());
+  return new octave_float_complex_matrix (v.float_complex_array_value ());
 }
 
 octave_base_value::type_conv_info