Skip to content

Commit f00242a

Browse files
authored
Update ipc.cpp
1 parent 2913b83 commit f00242a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipc/ipc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ double compute_collision_free_stepsize(
5656
"Sweep and Tiniest Queue is only supported in 3D!");
5757
}
5858
// TODO: Use correct min_distance
59-
const int max_iterations = 1000;
59+
const int max_iterations = 100;
6060
const double tolerance = 1e-6;
6161
const double step_size = scalable_ccd::cuda::ipc_ccd_strategy(
6262
vertices_t0, vertices_t1, mesh.edges(), mesh.faces(),

0 commit comments

Comments
 (0)