Mercurial > hg > octave-lyh
diff src/ov.h @ 4567:fc30061d01da
[project @ 2003-10-29 20:11:15 by jwe]
author | jwe |
---|---|
date | Wed, 29 Oct 2003 20:11:16 +0000 |
parents | 742993a501b9 |
children | 7b957b442818 |
line wrap: on
line diff
--- a/src/ov.h +++ b/src/ov.h @@ -329,6 +329,9 @@ int numel (void) const; + virtual octave_value reshape (const dim_vector& dims) const + { return rep->reshape (dims); } + // Does this constant have a type? Both of these are provided since // it is sometimes more natural to write is_undefined() instead of // ! is_defined().