++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
| 55 | |
| 56 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 57 | void snoptProblem::init2zero() { |
| 58 | initCalled = 0; memCalled = 0; userWork = 0; |
| 59 | |
| 60 | leniw = 0; lenrw = 0; |
| 61 | iw = 0; rw = 0; |
| 62 | |
| 63 | leniu = 0; lenru = 0; |
| 64 | iu = 0; ru = 0; |
| 65 | } |
| 66 | |
| 67 | /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */ |
| 68 | void snoptProblem::allocI(int aleniw) { |
nothing calls this directly
no outgoing calls
no test coverage detected