| 226 | } |
| 227 | |
| 228 | virtual ~CTestOpt() |
| 229 | { |
| 230 | delete[] minv; |
| 231 | delete[] maxv; |
| 232 | delete[] shifts; |
| 233 | delete[] signs; |
| 234 | delete[] tp; |
| 235 | delete[] tp2; |
| 236 | |
| 237 | #if OPT_STATS |
| 238 | int i; |
| 239 | |
| 240 | for( i = 0; i < getSelCount(); i++ ) |
| 241 | { |
| 242 | delete[] Sels[ i ]; |
| 243 | } |
| 244 | #endif // OPT_STATS |
| 245 | } |
| 246 | |
| 247 | void updateDims( const int aDims ) |
| 248 | { |
nothing calls this directly
no outgoing calls
no test coverage detected