Mercurial > hg > octave-lyh
diff src/ov-range.h @ 9685:e793865ede63
implement builtin_type
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Fri, 02 Oct 2009 08:27:44 +0200 |
parents | d9716e3ee0dd |
children | f80c566bc751 |
line wrap: on
line diff
--- a/src/ov-range.h +++ b/src/ov-range.h @@ -158,6 +158,8 @@ sortmode is_sorted_rows (sortmode mode = UNSORTED) const { return mode ? mode : ASCENDING; } + builtin_type_t builtin_type (void) const { return btyp_double; } + bool is_real_type (void) const { return true; } bool is_double_type (void) const { return true; }