Mercurial > hg > octave-lyh
changeset 130:6642c455bf82
[project @ 1993-09-28 02:54:21 by jwe]
(NPSOL::minimize (double&, int&, Vector&)): Don't use `try' as a
variable name.
author | jwe |
---|---|
date | Tue, 28 Sep 1993 02:54:21 +0000 |
parents | c8f575fdcc91 |
children | 5b46fbec1488 |
files | liboctave/NPSOL.cc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/NPSOL.cc +++ b/liboctave/NPSOL.cc @@ -255,8 +255,8 @@ else if (user_jac != NULL && user_grad != NULL) F77_FCN (npoptn) ("Derivative Level = 3", 20L); - int try = 0; - while (try++ < 5) + int attempt = 0; + while (attempt++ < 5) { F77_FCN (npsol) (&n, &nclin, &ncnln, &nrowa, &nrowj, &nrowr, pclin,