seeding is not needed anymore, it is done by default inside mesh domain class

This commit is contained in:
Jane Tournois 2014-03-21 10:45:09 +01:00
parent 61c245e0ea
commit a3341d0ec2
1 changed files with 0 additions and 2 deletions

View File

@ -56,8 +56,6 @@ int main(int argc, char* argv[])
output_c3t3.reserve(5 * nb_runs);
for(std::size_t i = 0; i < nb_runs; ++i)
{
CGAL::default_random = CGAL::Random(0);
std::cout << "------- Iteration " << (i+1) << " -------" << std::endl;
C3t3 c3t3 = CGAL::make_mesh_3<C3t3>(domain, criteria,
no_perturb(),