Skip to content
GitLab
Menu
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
7de92834
Unverified
Commit
7de92834
authored
May 24, 2020
by
Justin Carpentier
Committed by
GitHub
May 24, 2020
Browse files
Merge pull request #192 from jcarpent/devel
Remove compilation warning
parents
0343c156
16c8a54f
Changes
1
Show whitespace changes
Inline
Side-by-side
include/eigenpy/numpy-type.hpp
View file @
7de92834
...
...
@@ -32,7 +32,7 @@ namespace eigenpy
template
<
typename
Scalar
>
bool
isNumpyNativeType
()
{
if
(
NumpyEquivalentType
<
Scalar
>::
type_code
==
NPY_USERDEF
)
if
(
(
int
)
NumpyEquivalentType
<
Scalar
>::
type_code
==
NPY_USERDEF
)
return
false
;
return
true
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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