Mercurial > hg > octave-avbm
diff src/ov-cx-mat.cc @ 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 | ea1d3e1a4b1b |
line wrap: on
line diff
--- a/src/ov-cx-mat.cc +++ b/src/ov-cx-mat.cc @@ -78,6 +78,13 @@ void octave_complex_matrix::assign (const octave_value_list& idx, + const ComplexMatrix& rhs) +{ + octave_base_matrix<ComplexMatrix>::assign (idx, rhs); +} + +void +octave_complex_matrix::assign (const octave_value_list& idx, const Matrix& rhs) { int len = idx.length ();