We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7e8e1 commit d982bc8Copy full SHA for d982bc8
bindings/Sofa/src/SofaPython3/Sofa/Simulation/Binding_SceneCheck.cpp
@@ -28,7 +28,6 @@ namespace py { using namespace pybind11; }
28
29
void moduleAddSceneCheck(pybind11::module &m)
30
{
31
- // create a python binding for the C++ class LinearSpring from SofaDeformable
32
py::class_<sofa::simulation::SceneCheck, std::shared_ptr<sofa::simulation::SceneCheck>> s
33
(m, "SceneCheck", sofapython3::doc::simulation::SceneCheckClass);
34
0 commit comments