Mercurial > hg > octave-thorsten
diff liboctave/dNDArray.h @ 10312:cbc402e64d83
untabify liboctave header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:14:48 -0500 |
parents | 4c0cdbe0acca |
children | 83fa590b8a09 |
line wrap: on
line diff
--- a/liboctave/dNDArray.h +++ b/liboctave/dNDArray.h @@ -52,7 +52,7 @@ NDArray (const Matrix& a) : MArrayN<double> (a) { } NDArray (const Array<octave_idx_type>& a, bool zero_based = false, - bool negative_to_nan = false); + bool negative_to_nan = false); template <class U> NDArray (const MArrayN<U>& a) : MArrayN<double> (a) { } @@ -139,11 +139,11 @@ NDArray squeeze (void) const { return MArrayN<double>::squeeze (); } static void increment_index (Array<octave_idx_type>& ra_idx, - const dim_vector& dimensions, - int start_dimension = 0); + const dim_vector& dimensions, + int start_dimension = 0); static octave_idx_type compute_index (Array<octave_idx_type>& ra_idx, - const dim_vector& dimensions); + const dim_vector& dimensions); // i/o