File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -262,10 +262,10 @@ namespace eigenpy
262262 assert (to_typenum >= 0 && " to_typenum is not valid" );
263263 assert (from_array_descr != NULL && " from_array_descr is not valid" );
264264
265- std::cout << " From: " << bp::type_info (typeid (From)).name () << " " << Register::getTypeCode<From>()
266- << " to: " << bp::type_info (typeid (To)).name () << " " << Register::getTypeCode<To>()
267- << " \n to_typenum: " << to_typenum
268- << std::endl;
265+ // std::cout << "From: " << bp::type_info(typeid(From)).name() << " " << Register::getTypeCode<From>()
266+ // << " to: " << bp::type_info(typeid(To)).name() << " " << Register::getTypeCode<To>()
267+ // << "\n to_typenum: " << to_typenum
268+ // << std::endl;
269269
270270 if (call_PyArray_RegisterCastFunc (from_array_descr,
271271 to_typenum,
You can’t perform that action at this time.
0 commit comments