Mercurial > hg > octave-lyh
changeset 1523:c90e48a49a44
[project @ 1995-10-04 06:24:40 by jwe]
author | jwe |
---|---|
date | Wed, 04 Oct 1995 06:25:25 +0000 |
parents | 293311a01d04 |
children | 8ec94342ce34 |
files | src/npsol.cc src/qpsol.cc |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/npsol.cc +++ b/src/npsol.cc @@ -228,7 +228,7 @@ #endif #if defined (NPSOL_MISSING) -DEFUN_DLD_BUILTIN ("npsol", Fnpsol, Snpsol, 11, +DEFUN_DLD_BUILTIN ("npsol", Fnpsol, Snpsol, 00, "This function requires NPSOL, which is not freely\n\ redistributable. For more information, read the file\n\ libcruft/npsol/README.MISSING in the source distribution.") @@ -769,7 +769,7 @@ #endif #if defined (NPSOL_MISSING) -DEFUN_DLD_BUILTIN ("npsol_options", Fnpsol_options, Snpsol_options, 10, +DEFUN_DLD_BUILTIN ("npsol_options", Fnpsol_options, Snpsol_options, 00, "This function requires NPSOL, which is not freely\n\ redistributable. For more information, read the file\n\ libcruft/npsol/README.MISSING in the source distribution.")
--- a/src/qpsol.cc +++ b/src/qpsol.cc @@ -52,7 +52,7 @@ #endif #if defined (QPSOL_MISSING) -DEFUN_DLD_BUILTIN ("qpsol", Fqpsol, Sqpsol, 11, +DEFUN_DLD_BUILTIN ("qpsol", Fqpsol, Sqpsol, 00, "This function requires QPSOL, which is not freely\n\ redistributable. For more information, read the file\n\ libcruft/qpsol/README.MISSING in the source distribution.") @@ -385,7 +385,7 @@ #endif #if defined (QPSOL_MISSING) -DEFUN_DLD_BUILTIN ("qpsol_options", Fqpsol_options, Sqpsol_options, 10, +DEFUN_DLD_BUILTIN ("qpsol_options", Fqpsol_options, Sqpsol_options, 00, "This function requires QPSOL, which is not freely\n\ redistributable. For more information, read the file\n\ libcruft/qpsol/README.MISSING in the source distribution.")