Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 20b0617

Browse files
committed
fix python binding
1 parent 6e96e53 commit 20b0617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/src/potentials/barrier_potential.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ void define_smooth_potential(py::module_& m)
185185
.def(
186186
py::init<
187187
const double&, const double&, const double&, const double&,
188-
const double&, const int&, const int&>(),
188+
const double&, const int&>(),
189189
R"ipc_Qu8mg5v7(
190190
Construct parameter set for smooth contact.
191191

0 commit comments

Comments
 (0)