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 1676dd6 commit 8ebabf4Copy full SHA for 8ebabf4
include/eigenpy/numpy.hpp
@@ -16,10 +16,10 @@
16
#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI
17
18
// Numpy headers drags Python with them. As a result, it
19
-// is necessary to include the desired Python library before
+// is necessary to include the desired Python library before
20
// Numpy picks the default one, as it would be impossible to
21
-// to change it afterward. Boost::Python provides a helper
22
-// specifically dedicated to selecting the right Python
+// to change it afterward. Boost::Python provides a helper
+// specifically dedicated to selecting the right Python
23
// library depending on build type, so let's make use of it.
24
#include <boost/python/detail/wrap_python.hpp>
25
0 commit comments