To test P3RT3, we insert only 800 points instead of inserting 5000 points.

This commit is contained in:
Aymeric PELLE 2015-09-15 17:07:18 +02:00 committed by Aymeric PELLÉ
parent 17162a9388
commit 9f300aaf7b
1 changed files with 2 additions and 2 deletions

View File

@ -833,8 +833,8 @@ public:
////// Iso_cuboid unitaire -> 0 <= weight < 0.015625
test_insert_rnd_as_delaunay(100, 0.);
test_insert_rnd_as_delaunay(100, 0.01);
test_insert_rnd_then_remove_all(5000, 7);
test_insert_rnd_then_remove_all(5000, 12);
test_insert_rnd_then_remove_all(800, 7);
test_insert_rnd_then_remove_all(800, 12);
}
};