MCPcopy Create free account
hub / github.com/avaneev/biteopt / ~CTestOpt

Method ~CTestOpt

tests/tester.h:228–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected