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.
2 parents 0343c15 + 16c8a54 commit 7de9283Copy full SHA for 7de9283
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