Mercurial > hg > octave-lyh
diff src/ov-cx-mat.h @ 4418:c57f599bf7ea
[project @ 2003-05-25 19:13:57 by jwe]
author | jwe |
---|---|
date | Sun, 25 May 2003 19:13:57 +0000 |
parents | 5719210fff4c |
children | 508238e65af7 |
line wrap: on
line diff
--- a/src/ov-cx-mat.h +++ b/src/ov-cx-mat.h @@ -78,8 +78,7 @@ octave_value *try_narrowing_conversion (void); - void assign (const octave_value_list& idx, const ComplexMatrix& rhs) - { octave_base_matrix<ComplexMatrix>::assign (idx, rhs); } + void assign (const octave_value_list& idx, const ComplexMatrix& rhs); void assign (const octave_value_list& idx, const Matrix& rhs);