summaryrefslogtreecommitdiff
path: root/patches/composyx-chameleon-1.4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/composyx-chameleon-1.4.patch')
-rw-r--r--patches/composyx-chameleon-1.4.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/composyx-chameleon-1.4.patch b/patches/composyx-chameleon-1.4.patch
new file mode 100644
index 0000000..2d613ba
--- /dev/null
+++ b/patches/composyx-chameleon-1.4.patch
@@ -0,0 +1,14 @@
1# Fixes API breakage in Composyx after Chameleon upgrade to version 1.4.
2diff --git a/include/composyx/solver/ChameleonSolver.hpp b/include/composyx/solver/ChameleonSolver.hpp
3index 4ab3f9e9..f3a5bfce 100644
4--- a/include/composyx/solver/ChameleonSolver.hpp
5+++ b/include/composyx/solver/ChameleonSolver.hpp
6@@ -82,7 +82,7 @@ public:
7 CHAMELEON_Desc_Destroy(&_chamT);
8 }
9 if (_chamIPIV != nullptr) {
10- CHAMELEON_Ipiv_Destroy(&_chamIPIV, _chamA);
11+ CHAMELEON_Ipiv_Destroy(&_chamIPIV);
12 }
13 if (_chamA != nullptr) {
14 CHAMELEON_Desc_Destroy(&_chamA);