Mercurial > hg > octave-lyh
diff liboctave/CMatrix.cc @ 3469:fe0c38ca9d82
[project @ 2000-01-21 23:01:26 by jwe]
author | jwe |
---|---|
date | Fri, 21 Jan 2000 23:01:26 +0000 |
parents | a2dc6de198f9 |
children | 45742a3b1f7c |
line wrap: on
line diff
--- a/liboctave/CMatrix.cc +++ b/liboctave/CMatrix.cc @@ -1614,7 +1614,7 @@ // Permute first char job = 'P'; F77_XFCN (zgebal, ZGEBAL, (&job, nc, mp, nc, ilo, ihi, - dpermute.fortran_vec(), info, 1L, 1L)); + dpermute.fortran_vec (), info, 1L, 1L)); if (f77_exception_encountered) { @@ -1625,7 +1625,7 @@ // then scale job = 'S'; F77_XFCN (zgebal, ZGEBAL, (&job, nc, mp, nc, ilos, ihis, - dscale.fortran_vec(), info, 1L, 1L)); + dscale.fortran_vec (), info, 1L, 1L)); if (f77_exception_encountered) {