Mercurial > hg > octave-lyh
diff src/ov-re-mat.h @ 4758:a308566c8b42
[project @ 2004-02-13 23:01:34 by jwe]
author | jwe |
---|---|
date | Fri, 13 Feb 2004 23:01:34 +0000 |
parents | 5e2c68946f30 |
children | 62f2fb593455 |
line wrap: on
line diff
--- a/src/ov-re-mat.h +++ b/src/ov-re-mat.h @@ -102,7 +102,9 @@ ComplexMatrix complex_matrix_value (bool = false) const; ComplexNDArray complex_array_value (bool = false) const; - + + charNDArray char_array_value (bool = false) const; + NDArray array_value (bool = false) const { return matrix; } streamoff_array streamoff_array_value (void) const;