# HG changeset patch # User jwe # Date 749184861 0 # Node ID 6642c455bf82cce0995c4aa1d8f04c167bcb039c # Parent c8f575fdcc91874ab1b7c6a492acabb90b15c81b [project @ 1993-09-28 02:54:21 by jwe] (NPSOL::minimize (double&, int&, Vector&)): Don't use `try' as a variable name. diff -r c8f575fdcc91 -r 6642c455bf82 liboctave/NPSOL.cc --- a/liboctave/NPSOL.cc Tue Sep 28 02:53:18 1993 +0000 +++ b/liboctave/NPSOL.cc Tue Sep 28 02:54:21 1993 +0000 @@ -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,