++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
| 125 | |
| 126 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 127 | void snoptProblem::setPrintFile(const char *prtname) { |
| 128 | assert(initCalled == 1); |
| 129 | |
| 130 | int len = strlen(prtname); |
| 131 | f_snsetprintf(prtname, len, iw, leniw, rw, lenrw); |
| 132 | } |
| 133 | |
| 134 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 135 | void snoptProblem::setPrintFile(const char *prtname, int iprint) { |
no outgoing calls
no test coverage detected