Skip to content

Commit 1dc56b9

Browse files
committed
Fixed parameter type
1 parent 453e337 commit 1dc56b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tight_inclusion/inclusion_ccd.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ namespace inclusion_ccd
7575
const Vector3d &face_vertex2_end,
7676
const std::array<Scalar, 3> &err,
7777
const Scalar ms,
78-
const Scalar &toi,
78+
Scalar &toi,
7979
const Scalar tolerance,
80-
Scalar t_max,
80+
const Scalar t_max,
8181
const int max_itr,
8282
Scalar &output_tolerance,
8383
const int CCD_TYPE = 1,

0 commit comments

Comments
 (0)