Skip to content

fix wrong parameter order in addDForce and addKToMatrix#579

Merged
fredroy merged 2 commits intosofa-framework:masterfrom
alxbilger:paramorder
Feb 13, 2026
Merged

fix wrong parameter order in addDForce and addKToMatrix#579
fredroy merged 2 commits intosofa-framework:masterfrom
alxbilger:paramorder

Conversation

@alxbilger
Copy link
Contributor

See

PYBIND11_OVERLOAD_PURE(void, ForceField<TDOFType>, addDForce, mp, PythonFactory::toPython(&df), PythonFactory::toPython(&dx));

and

PYBIND11_OVERLOAD_PURE(py::object, ForceField<TDOFType>, addKToMatrix, mp, nIndices, nDofs);

@fredroy fredroy merged commit fc75967 into sofa-framework:master Feb 13, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants