Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
vroy committed May 10, 2024
1 parent ae31c97 commit 05face5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ void testEvaluatePoint3DCollision() throws Exception
void testIntersectionWith() throws Exception
{
Random random = new Random(2309819);
/*for (int i = 0; i < ITERATIONS; i++)
for (int i = 0; i < ITERATIONS; i++)
{
// Random sphere

Expand Down Expand Up @@ -307,7 +307,7 @@ void testIntersectionWith() throws Exception

}
}
*/


for (int i = 0; i < ITERATIONS; i++)
{ // No intersection
Expand Down

0 comments on commit 05face5

Please sign in to comment.