Skip to content
Snippets Groups Projects
Commit 3787d792 authored by jcarpent's avatar jcarpent Committed by Valenza Florian
Browse files

[Python] Correct exposition of vector of vector of index

parent cb989968
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ namespace se3
{
bp::class_< std::vector<Index> >("StdVec_Index")
.def(bp::vector_indexing_suite< std::vector<Index> >());
bp::class_< std::vector<Index> >("StdVec_IndexVector")
bp::class_< std::vector<Model::IndexVector> >("StdVec_IndexVector")
.def(bp::vector_indexing_suite< std::vector<Model::IndexVector> >());
bp::class_< std::vector<std::string> >("StdVec_StdString")
.def(bp::vector_indexing_suite< std::vector<std::string> >())
......
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