Mercurial > hg > octave-nkf
changeset 1942:bb9df7be8227
[project @ 1996-02-13 20:46:52 by jwe]
author | jwe |
---|---|
date | Tue, 13 Feb 1996 20:46:52 +0000 |
parents | c3ae47c97e53 |
children | 24f35e425e6a |
files | liboctave/NPSOL.h |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/NPSOL.h +++ b/liboctave/NPSOL.h @@ -33,6 +33,8 @@ #include <cfloat> #include <cmath> +#include <string> + #include "dColVector.h" #include "NLP.h" @@ -199,8 +201,8 @@ void pass_options_to_npsol (void); - void set_option (const char *key, int opt); - void set_option (const char *key, double opt); + void set_option (const string& key, int opt); + void set_option (const string& key, double opt); private: