Update Intersections_3/test/Intersections_3/call_test.cpp

Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
Maxime GIMENO 2020-01-15 15:10:11 +01:00 committed by GitHub
parent dfc9e8f0db
commit d2d8463225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}