Mercurial > hg > octave-nkf
diff src/ov-cx-mat.h @ 3587:b11f9c33558f
[project @ 2000-02-08 05:54:21 by jwe]
author | jwe |
---|---|
date | Tue, 08 Feb 2000 05:56:25 +0000 |
parents | d14c483b3c12 |
children | e8627dc4bdf2 |
line wrap: on
line diff
--- a/src/ov-cx-mat.h +++ b/src/ov-cx-mat.h @@ -60,7 +60,7 @@ : octave_base_matrix<ComplexMatrix> (m) { } octave_complex_matrix (const ComplexDiagMatrix& d) - : octave_base_matrix<ComplexMatrix> (d) { } + : octave_base_matrix<ComplexMatrix> (ComplexMatrix (d)) { } octave_complex_matrix (const ComplexRowVector& v) : octave_base_matrix<ComplexMatrix> (ComplexMatrix (v)) { }