Skip to content
Snippets Groups Projects
Commit 4c77f921 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Remove abusive abort.

parent 57ac3ebb
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,6 @@ public:
/// @brief Intersection testing between leaves (two shapes)
void leafTesting(int, int, FCL_REAL&) const
{
abort ();
if(model1->isOccupied() && model2->isOccupied())
{
bool is_collision = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment