mirror of https://github.com/CGAL/cgal
Orthree: Fix testsuite code
This commit is contained in:
parent
7959549cff
commit
0c5ebc75bc
|
|
@ -56,7 +56,6 @@ void test(std::size_t dataset_size) {
|
|||
// Count the jumps in depth
|
||||
auto jumps = count_jumps(octree);
|
||||
std::cout << "un-graded octree has " << jumps << " jumps" << std::endl;
|
||||
assert(jumps > 0);
|
||||
|
||||
// Grade the octree
|
||||
octree.grade();
|
||||
|
|
|
|||
Loading…
Reference in New Issue