Mercurial > hg > octave-nkf
diff liboctave/CmplxHESS.h @ 5275:23b37da9fd5b
[project @ 2005-04-08 16:07:35 by jwe]
author | jwe |
---|---|
date | Fri, 08 Apr 2005 16:07:37 +0000 |
parents | e35b034d3523 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/liboctave/CmplxHESS.h +++ b/liboctave/CmplxHESS.h @@ -36,7 +36,7 @@ ComplexHESS (const ComplexMatrix& a) { init (a); } - ComplexHESS (const ComplexMatrix& a, int& info) { info = init (a); } + ComplexHESS (const ComplexMatrix& a, octave_idx_type& info) { info = init (a); } ComplexHESS (const ComplexHESS& a) : hess_mat (a.hess_mat), unitary_hess_mat (a.unitary_hess_mat) { } @@ -67,7 +67,7 @@ ComplexMatrix hess_mat; ComplexMatrix unitary_hess_mat; - int init (const ComplexMatrix& a); + octave_idx_type init (const ComplexMatrix& a); }; #endif