Mercurial > hg > octave-thorsten
changeset 2266:68c75296c582
[project @ 1996-05-23 21:12:00 by jwe]
author | jwe |
---|---|
date | Thu, 23 May 1996 21:12:00 +0000 |
parents | ea22c725914d |
children | 4028b7c79927 |
files | src/pt-const.cc |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/pt-const.cc +++ b/src/pt-const.cc @@ -2620,7 +2620,8 @@ // place for this special case... if (a.const_type () == OCT_VAL_REP::char_matrix_constant_str - && t == tree_expression::transpose) + && (t == tree_expression::transpose + || t == tree_expression::hermitian)) { charMatrix chm = a.all_strings ();