Mercurial > hg > octave-nkf
diff src/ov-bool-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 | 01e4957409a4 |
line wrap: on
line diff
--- a/src/ov-bool-mat.h +++ b/src/ov-bool-mat.h @@ -104,7 +104,7 @@ boolMatrix bool_matrix_value (void) const { return matrix.matrix_value (); } - boolNDArray array_value (bool = false) const + boolNDArray bool_array_value (bool = false) const { return matrix; } octave_value convert_to_str_internal (bool pad, bool force) const;