++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
| 259 | |
| 260 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 261 | int snoptProblemABC::setSpecsFile(const char *specname) { |
| 262 | assert(initCalled == 1); |
| 263 | |
| 264 | int inform, len = strlen(specname); |
| 265 | f_snspecf(specname, len, &inform, iw, leniw, rw, lenrw); |
| 266 | if (inform != 101){ |
| 267 | std::cerr << "Warning: unable to find specs file " << |
| 268 | specname << std::endl; |
| 269 | } |
| 270 | return inform; |
| 271 | } |
| 272 | |
| 273 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 274 | int snoptProblemABC::setSpecsFile(const char *specname, int ispecs) { |