Mercurial > hg > octave-nkf
diff liboctave/SparsedbleCHOL.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 | fd0a3ac60b0e |
line wrap: on
line diff
--- a/liboctave/SparsedbleCHOL.h +++ b/liboctave/SparsedbleCHOL.h @@ -39,7 +39,7 @@ sparse_base_chol<SparseMatrix, double, SparseMatrix> (a, natural) { } SparseCHOL (const SparseMatrix& a, octave_idx_type& info, - bool natural = true) : + bool natural = true) : sparse_base_chol<SparseMatrix, double, SparseMatrix> (a, info, natural) { } SparseCHOL (const SparseCHOL& a) : @@ -50,7 +50,7 @@ SparseCHOL& operator = (const SparseCHOL& a) { if (this != &a) - sparse_base_chol <SparseMatrix, double, SparseMatrix> :: operator = (a); + sparse_base_chol <SparseMatrix, double, SparseMatrix> :: operator = (a); return *this; }