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

Commit d128e2c

Browse files
committed
fix compile error
1 parent f90e8c7 commit d128e2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/src/collisions/collisions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ void define_SmoothCollisions(py::module_& m, std::string name)
1919
{
2020
py::class_<SmoothCollisions<dim>>(m, name.c_str())
2121
.def(py::init())
22-
.def_readwrite("use_high_order_quadrature", &SmoothCollisions<dim>::use_high_order_quadrature)
2322
.def(
2423
"build",
2524
py::overload_cast<

0 commit comments

Comments
 (0)