Mercurial > hg > octave-jordi
diff src/npsol.cc @ 1686:3af478ed0af1
[project @ 1995-12-31 21:56:17 by jwe]
author | jwe |
---|---|
date | Sun, 31 Dec 1995 21:56:57 +0000 |
parents | f85887dfe06c |
children | 42b4f904f1af |
line wrap: on
line diff
--- a/src/npsol.cc +++ b/src/npsol.cc @@ -234,7 +234,8 @@ libcruft/npsol/README.MISSING in the source distribution.") #else DEFUN_DLD_BUILTIN ("npsol", Fnpsol, Snpsol, FSnpsol, 11, - "[X, OBJ, INFO, LAMBDA] = npsol (X, PHI [, LB, UB] [, LB, A, UB] [, LB, G, UB])\n\ + "[X, OBJ, INFO, LAMBDA] = npsol (X, PHI [, LB, UB] [, A_LB, A, A_UB]\n\ + [, G_LB, G, G_UB])\n\ \n\ Groups of arguments surrounded in `[]' are optional, but\n\ must appear in the same relative order shown above.\n\