Mercurial > hg > octave-jordi
diff src/npsol.cc @ 701:0a81458ef677
[project @ 1994-09-15 02:23:24 by jwe]
author | jwe |
---|---|
date | Thu, 15 Sep 1994 02:23:24 +0000 |
parents | 209eafc06817 |
children | 36ba0576bd1b |
line wrap: on
line diff
--- a/src/npsol.cc +++ b/src/npsol.cc @@ -232,12 +232,12 @@ #endif #if defined (NPSOL_MISSING) -DEFUN_DLD ("npsol", Fnpsol, Snpsol, 11, 3, +DEFUN_DLD_BUILTIN ("npsol", Fnpsol, Snpsol, 11, 3, "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.") #else -DEFUN_DLD ("npsol", Fnpsol, Snpsol, 11, 3, +DEFUN_DLD_BUILTIN ("npsol", Fnpsol, Snpsol, 11, 3, "[X, OBJ, INFO, LAMBDA] = npsol (X, PHI [, LB, UB] [, LB, A, UB] [, LB, G, UB])\n\ \n\ Groups of arguments surrounded in `[]' are optional, but\n\ @@ -746,12 +746,12 @@ #endif #if defined (NPSOL_MISSING) -DEFUN_DLD ("npsol_options", Fnpsol_options, Snpsol_options, -1, 1, +DEFUN_DLD_BUILTIN ("npsol_options", Fnpsol_options, Snpsol_options, -1, 1, "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.") #else -DEFUN_DLD ("npsol_options", Fnpsol_options, Snpsol_options, -1, 1, +DEFUN_DLD_BUILTIN ("npsol_options", Fnpsol_options, Snpsol_options, -1, 1, "npsol_options (KEYWORD, VALUE)\n\ \n\ Set or show options for npsol. Keywords may be abbreviated\n\