Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
e3a798ef
Verified
Commit
e3a798ef
authored
May 28, 2020
by
Justin Carpentier
Browse files
core: remove useless export/import
parent
4995d7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/eigenpy/computation-info.hpp
View file @
e3a798ef
...
...
@@ -12,7 +12,7 @@
namespace
eigenpy
{
inline
void
EIGENPY_DLLAPI
exposeComputationInfo
()
inline
void
exposeComputationInfo
()
{
boost
::
python
::
enum_
<
Eigen
::
ComputationInfo
>
(
"ComputationInfo"
)
.
value
(
"Success"
,
Eigen
::
Success
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment