++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
| 181 | |
| 182 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 183 | int snoptProblem::getRealParameter(const char *stropt, double &opt) { |
| 184 | assert(initCalled == 1); |
| 185 | |
| 186 | int errors, stropt_len = strlen(stropt); |
| 187 | f_sngetr(stropt, stropt_len, &opt, &errors, |
| 188 | iw, leniw, rw, lenrw); |
| 189 | return errors; |
| 190 | } |
| 191 | |
| 192 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 193 | void snoptProblem::setUserI(int *aiu, int aleniu) { |