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 0343c15 commit 16c8a54Copy full SHA for 16c8a54
include/eigenpy/numpy-type.hpp
@@ -32,7 +32,7 @@ namespace eigenpy
32
template<typename Scalar>
33
bool isNumpyNativeType()
34
{
35
- if(NumpyEquivalentType<Scalar>::type_code == NPY_USERDEF)
+ if((int)NumpyEquivalentType<Scalar>::type_code == NPY_USERDEF)
36
return false;
37
return true;
38
}
0 commit comments