Skip to content

Commit b41630d

Browse files
committed
core: add getNumpyType
1 parent 6c1bdcd commit b41630d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/eigenpy/details.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ namespace eigenpy
114114
static NP_TYPE np_type;
115115
return np_type;
116116
}
117+
118+
static bp::object getNumpyType()
119+
{
120+
return getInstance().CurrentNumpyType;
121+
}
117122

118123
protected:
119124
NumpyType()

0 commit comments

Comments
 (0)