Mercurial > hg > octave-nkf
diff liboctave/CmplxLU.cc @ 11518:141b3fb5cef7
style fixes
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 13 Jan 2011 16:52:30 -0500 |
parents | 12884915a8e4 |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/liboctave/CmplxLU.cc +++ b/liboctave/CmplxLU.cc @@ -44,8 +44,9 @@ extern "C" { F77_RET_T - F77_FUNC (zgetrf, ZGETRF) (const octave_idx_type&, const octave_idx_type&, Complex*, - const octave_idx_type&, octave_idx_type*, octave_idx_type&); + F77_FUNC (zgetrf, ZGETRF) (const octave_idx_type&, const octave_idx_type&, + Complex*, const octave_idx_type&, + octave_idx_type*, octave_idx_type&); #ifdef HAVE_QRUPDATE_LUU F77_RET_T