Skip to content
Snippets Groups Projects
Unverified Commit 58ed2af3 authored by Fernbach Pierre's avatar Fernbach Pierre Committed by GitHub
Browse files

Merge pull request #22 from pFernbach/topic/fix_29

[Python] correctly define eigenpy matrix type for point3 and point6
parents 2ca85c6f 68d563f0
No related branches found
No related tags found
No related merge requests found
......@@ -404,6 +404,8 @@ BOOST_PYTHON_MODULE(curves) {
/** BEGIN eigenpy init**/
eigenpy::enableEigenPy();
ENABLE_SPECIFIC_MATRIX_TYPE(pointX_t);
ENABLE_SPECIFIC_MATRIX_TYPE(point3_t);
ENABLE_SPECIFIC_MATRIX_TYPE(point6_t);
ENABLE_SPECIFIC_MATRIX_TYPE(pointX_list_t);
ENABLE_SPECIFIC_MATRIX_TYPE(coeff_t);
ENABLE_SPECIFIC_MATRIX_TYPE(point_list_t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment