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 27e7add commit 1e0eb6eCopy full SHA for 1e0eb6e
include/eigenpy/details.hpp
@@ -398,8 +398,6 @@ namespace eigenpy
398
static void construct(PyObject* pyObj,
399
bp::converter::rvalue_from_python_stage1_data* memory)
400
{
401
- using namespace Eigen;
402
-
403
PyArrayObject * pyArray = reinterpret_cast<PyArrayObject*>(pyObj);
404
assert((PyArray_DIMS(pyArray)[0]<INT_MAX) && (PyArray_DIMS(pyArray)[1]<INT_MAX));
405
0 commit comments