Mercurial > hg > octave-lyh
diff src/ov-cx-mat.h @ 4550:69a9b22a72a2
[project @ 2003-10-27 15:41:55 by jwe]
author | jwe |
---|---|
date | Mon, 27 Oct 2003 15:41:55 +0000 |
parents | 79df15d4470c |
children | ef3a14fb6847 |
line wrap: on
line diff
--- a/src/ov-cx-mat.h +++ b/src/ov-cx-mat.h @@ -102,7 +102,7 @@ ComplexMatrix complex_matrix_value (bool = false) const; - ComplexNDArray array_value (void) const { return matrix; } + ComplexNDArray complex_array_value (bool = false) const { return matrix; } void increment (void) { matrix += Complex (1.0); }