Skip to content
Snippets Groups Projects
Commit 269c9440 authored by jcarpent's avatar jcarpent
Browse files

[main] Remove namespace

parent f565ccbd
No related branches found
No related tags found
No related merge requests found
......@@ -22,13 +22,14 @@
#include <iostream>
using namespace eigenpy;
BOOST_PYTHON_MODULE(eigenpy)
{
eigenpy::enableEigenPy();
eigenpy::exposeAngleAxis();
eigenpy::exposeQuaternion();
eigenpy::exposeSolvers();
eigenpy::exposePreconditioners();
enableEigenPy();
exposeAngleAxis();
exposeQuaternion();
exposeSolvers();
exposePreconditioners();
}
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