Mercurial > hg > octave-lyh
comparison src/pt-const.cc @ 2266:68c75296c582
[project @ 1996-05-23 21:12:00 by jwe]
author | jwe |
---|---|
date | Thu, 23 May 1996 21:12:00 +0000 |
parents | 8b60a00802b9 |
children | 517a43164a60 |
comparison
equal
deleted
inserted
replaced
2265:ea22c725914d | 2266:68c75296c582 |
---|---|
2618 | 2618 |
2619 // XXX FIXME XXX -- it is very unlikely that this is the correct | 2619 // XXX FIXME XXX -- it is very unlikely that this is the correct |
2620 // place for this special case... | 2620 // place for this special case... |
2621 | 2621 |
2622 if (a.const_type () == OCT_VAL_REP::char_matrix_constant_str | 2622 if (a.const_type () == OCT_VAL_REP::char_matrix_constant_str |
2623 && t == tree_expression::transpose) | 2623 && (t == tree_expression::transpose |
2624 || t == tree_expression::hermitian)) | |
2624 { | 2625 { |
2625 charMatrix chm = a.all_strings (); | 2626 charMatrix chm = a.all_strings (); |
2626 | 2627 |
2627 if (! error_state) | 2628 if (! error_state) |
2628 retval = octave_value (chm.transpose (), true); | 2629 retval = octave_value (chm.transpose (), true); |