Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
eigenpy
Commits
d979fe2c
Unverified
Commit
d979fe2c
authored
4 months ago
by
Joris Vaillant
Browse files
Options
Downloads
Patches
Plain Diff
core: Apply clang-format
parent
f366cab3
No related branches found
No related tags found
No related merge requests found
Pipeline
#46585
passed with warnings
4 months ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/eigenpy/numpy.hpp
+3
-3
3 additions, 3 deletions
include/eigenpy/numpy.hpp
with
3 additions
and
3 deletions
include/eigenpy/numpy.hpp
+
3
−
3
View file @
d979fe2c
...
...
@@ -16,10 +16,10 @@
#define NPY_API_SYMBOL_ATTRIBUTE EIGENPY_DLLAPI
// Numpy headers drags Python with them. As a result, it
// is necessary to include the desired Python library before
// is necessary to include the desired Python library before
// Numpy picks the default one, as it would be impossible to
// to change it afterward. Boost::Python provides a helper
// specifically dedicated to selecting the right Python
// to change it afterward. Boost::Python provides a helper
// specifically dedicated to selecting the right Python
// library depending on build type, so let's make use of it.
#include
<boost/python/detail/wrap_python.hpp>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment