Mercurial > hg > octave-nkf
diff liboctave/fCNDArray.h @ 8956:d91fa4b20bbb
ensure nonnegative char -> real conversion
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 11 Mar 2009 10:31:08 +0100 |
parents | eb63fbe60fab |
children | a48fba01e4ac |
line wrap: on
line diff
--- a/liboctave/fCNDArray.h +++ b/liboctave/fCNDArray.h @@ -52,6 +52,8 @@ template <class U> FloatComplexNDArray (const ArrayN<U>& a) : MArrayN<FloatComplex> (a) { } + FloatComplexNDArray (const charNDArray&); + FloatComplexNDArray& operator = (const FloatComplexNDArray& a) { MArrayN<FloatComplex>::operator = (a);