mirror of https://github.com/CGAL/cgal
Update Intersections_3/test/Intersections_3/call_test.cpp
Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
parent
dfc9e8f0db
commit
d2d8463225
|
|
@ -266,6 +266,6 @@ int main(int argc, char**)
|
|||
call_do_intersect_with_kernel(Bbox_3(), S(), K());
|
||||
call_do_intersect_with_kernel(Bbox_3(), Sph(), K());
|
||||
call_do_intersect_with_kernel(Bbox_3(), Tr(), K());
|
||||
}
|
||||
}
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue