changeset 1686:3af478ed0af1

[project @ 1995-12-31 21:56:17 by jwe]
author jwe
date Sun, 31 Dec 1995 21:56:57 +0000
parents 5738406d6759
children c5f9b6cea4a8
files src/npsol.cc src/qpsol.cc
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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\
--- 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.")