Mercurial > hg > octave-nkf
diff liboctave/dbleLU.cc @ 4552:6f3382e08a52
[project @ 2003-10-27 20:38:02 by jwe]
author | jwe |
---|---|
date | Mon, 27 Oct 2003 20:38:03 +0000 |
parents | d53c33d93440 |
children | e35b034d3523 |
line wrap: on
line diff
--- a/liboctave/dbleLU.cc +++ b/liboctave/dbleLU.cc @@ -43,8 +43,9 @@ extern "C" { - int F77_FUNC (dgetrf, DGETRF) (const int&, const int&, double*, - const int&, int*, int&); + F77_RET_T + F77_FUNC (dgetrf, DGETRF) (const int&, const int&, double*, + const int&, int*, int&); } LU::LU (const Matrix& a)