# HG changeset patch # User David Bateman # Date 1371691690 -7200 # Node ID e88c14f4dbb2adab43426f08120842d83fe909ca # Parent 781916090eb1d654de0106b20b25d0e15a2971bb Use complex_array_value in ov-cx-mat.cc(default_numeric_demotion_function) (bug #39254) diff -r 781916090eb1 -r e88c14f4dbb2 libinterp/octave-value/ov-cx-mat.cc --- 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