Mercurial > hg > octave-lyh
diff liboctave/floatGEPBAL.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 | 367bfee35ba0 |
line wrap: on
line diff
--- a/liboctave/floatGEPBAL.h +++ b/liboctave/floatGEPBAL.h @@ -49,12 +49,12 @@ FloatGEPBALANCE& operator = (const FloatGEPBALANCE& a) { if (this != &a) - { - balanced_mat = a.balanced_mat; - balanced_mat2 = a.balanced_mat2; - balancing_mat = a.balancing_mat; - balancing_mat2 = a.balancing_mat2; - } + { + balanced_mat = a.balanced_mat; + balanced_mat2 = a.balanced_mat2; + balancing_mat = a.balancing_mat; + balancing_mat2 = a.balancing_mat2; + } return *this; } @@ -78,7 +78,7 @@ FloatMatrix balancing_mat2; octave_idx_type init (const FloatMatrix& a, const FloatMatrix& b, - const std::string& balance_job); + const std::string& balance_job); }; #endif