++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
| 191 | |
| 192 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 193 | void snoptProblem::setUserI(int *aiu, int aleniu) { |
| 194 | leniu = aleniu; |
| 195 | iu = aiu; |
| 196 | } |
| 197 | |
| 198 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 199 | void snoptProblem::setUserR(double *aru, int alenru) { |