# HG changeset patch # User jwe # Date 820447017 0 # Node ID 3af478ed0af1e3a84d7751ae72e5f8ebf05ba082 # Parent 5738406d67590755977b1a53e5086cc5bdd256cc [project @ 1995-12-31 21:56:17 by jwe] diff -r 5738406d6759 -r 3af478ed0af1 src/npsol.cc --- a/src/npsol.cc Sat Dec 30 04:13:49 1995 +0000 +++ b/src/npsol.cc Sun Dec 31 21:56:57 1995 +0000 @@ -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\ diff -r 5738406d6759 -r 3af478ed0af1 src/qpsol.cc --- a/src/qpsol.cc Sat Dec 30 04:13:49 1995 +0000 +++ b/src/qpsol.cc Sun Dec 31 21:56:57 1995 +0000 @@ -58,7 +58,7 @@ libcruft/qpsol/README.MISSING in the source distribution.") #else DEFUN_DLD_BUILTIN ("qpsol", Fqpsol, Sqpsol, FSqpsol, 11, - "[X, OBJ, INFO, LAMBDA] = qpsol (X, H, C [, LB, UB] [, LB, A, UB])\n\ + "[X, OBJ, INFO, LAMBDA] = qpsol (X, H, C [, LB, UB] [, A_LB, A, A_UB])\n\ \n\ Groups of arguments surrounded in `[]' are optional, but\n\ must appear in the same relative order shown above.")