Skip to content

Commit f93fea4

Browse files
committed
CPatchSolver: fix typo in segment-segment case
1 parent 8b48840 commit f93fea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/hpp/fcl/contact_patch/contact_patch_solver.hxx

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void ContactPatchSolver::computePatch(const ShapeType1& s1,
140140
const Vec2f& b = pts1[1];
141141

142142
const SupportSet::Polygon& pts2 = this->support_set_shape2.points();
143-
const Vec2f& c = pts1[0];
143+
const Vec2f& c = pts2[0];
144144
const Vec2f& d = pts2[1];
145145

146146
const FCL_REAL det =

0 commit comments

Comments
 (0)