Skip to content

Commit

Permalink
Relax the tolerance for Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkai-dai committed Jun 10, 2018
1 parent 4a38cdb commit dcdb239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ GTEST_TEST(FCL_GJK_EPA, faceNormalPointingOutward) {
libccd_extension::faceNormalPointingOutward(p.polytope(), p.f(i));
for (int j = 0; j < 4; ++j) {
EXPECT_LE(ccdVec3Dot(&n, &p.v(j)->v.v),
ccdVec3Dot(&n, &p.f(i)->edge[0]->vertex[0]->v.v) + 1E-10);
ccdVec3Dot(&n, &p.f(i)->edge[0]->vertex[0]->v.v) + 1E-8);
}
}
}
Expand Down

0 comments on commit dcdb239

Please sign in to comment.