Mercurial > hg > octave-nkf
diff src/ov-base-diag.h @ 11586:12df7854fa7c
strip trailing whitespace from source files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:24:59 -0500 |
parents | cda4aa780d58 |
children | 72c96de7a403 |
line wrap: on
line diff
--- a/src/ov-base-diag.h +++ b/src/ov-base-diag.h @@ -149,14 +149,14 @@ FloatComplexMatrix float_complex_matrix_value (bool = false) const; ComplexNDArray complex_array_value (bool = false) const; - + FloatComplexNDArray float_complex_array_value (bool = false) const; - + boolNDArray bool_array_value (bool warn = false) const; charNDArray char_array_value (bool = false) const; - - NDArray array_value (bool = false) const; + + NDArray array_value (bool = false) const; FloatNDArray float_array_value (bool = false) const; @@ -214,7 +214,7 @@ octave_value to_dense (void) const; - virtual bool chk_valid_scalar (const octave_value&, + virtual bool chk_valid_scalar (const octave_value&, typename DMT::element_type&) const = 0; private: