Mercurial > hg > octave-lyh
diff src/ov-bool-mat.h @ 4901:35bfb4e0b96b
[project @ 2004-06-14 18:33:02 by jwe]
author | jwe |
---|---|
date | Mon, 14 Jun 2004 18:33:02 +0000 |
parents | e227982af676 |
children | 25c2664861bc |
line wrap: on
line diff
--- a/src/ov-bool-mat.h +++ b/src/ov-bool-mat.h @@ -103,7 +103,7 @@ { return ComplexMatrix (matrix.matrix_value ( )); } ComplexNDArray complex_array_value (bool = false) const - { return ComplexNDArray (matrix.matrix_value ()); } + { return ComplexNDArray (matrix); } boolMatrix bool_matrix_value (void) const { return matrix.matrix_value (); }