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;
|
numIterations = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~TestMeshProgramInstance()
|
||||||
|
{
|
||||||
|
if (randomizer)
|
||||||
|
delete randomizer;
|
||||||
|
}
|
||||||
|
|
||||||
size_t numIterations;
|
size_t numIterations;
|
||||||
std::string meshName;
|
std::string meshName;
|
||||||
bool debugMode;
|
bool debugMode;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue