Skip to content
Snippets Groups Projects
Verified Commit b41630d3 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

core: add getNumpyType

parent 6c1bdcda
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,11 @@ namespace eigenpy
static NP_TYPE np_type;
return np_type;
}
static bp::object getNumpyType()
{
return getInstance().CurrentNumpyType;
}
protected:
NumpyType()
......
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