mirror of https://github.com/CGAL/cgal
delete random
This commit is contained in:
parent
792ea89790
commit
4af943d5ec
|
|
@ -72,6 +72,12 @@ struct TestMeshProgramInstance
|
|||
numIterations = 1;
|
||||
}
|
||||
|
||||
~TestMeshProgramInstance()
|
||||
{
|
||||
if (randomizer)
|
||||
delete randomizer;
|
||||
}
|
||||
|
||||
size_t numIterations;
|
||||
std::string meshName;
|
||||
bool debugMode;
|
||||
|
|
|
|||
Loading…
Reference in New Issue