Mercurial > hg > octave-lyh
diff liboctave/fCRowVector.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 | a83bad07f7e3 |
children | 8547cde2a568 |
line wrap: on
line diff
--- a/liboctave/fCRowVector.h +++ b/liboctave/fCRowVector.h @@ -45,7 +45,7 @@ explicit FloatComplexRowVector (const dim_vector& dv) : MArray<FloatComplex> (dv.as_row ()) { } - FloatComplexRowVector (octave_idx_type n, const FloatComplex& val) + FloatComplexRowVector (octave_idx_type n, const FloatComplex& val) : MArray<FloatComplex> (dim_vector (1, n), val) { } FloatComplexRowVector (const FloatComplexRowVector& a)