We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b083d75 commit 121f6e7Copy full SHA for 121f6e7
unittest/user_type.cpp
@@ -89,7 +89,8 @@ void expose_custom_type(const std::string & name)
89
.def("__repr__",&Type::print)
90
;
91
92
- eigenpy::registerNewType<Type>();
+ int code = eigenpy::registerNewType<Type>();
93
+ std::cout << "code: " << code << std::endl;
94
eigenpy::registerCommonUfunc<Type>();
95
}
96
0 commit comments