Skip to content
Snippets Groups Projects
Commit 976bc9e1 authored by Julien Michel's avatar Julien Michel
Browse files

erreur compilation windows

parent 3c6bfc54
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ bool
EuclideanDistanceWithMissingValue< TVector >
::IsMissingValue ( const ValueType & v)
{
return static_cast<bool>( _isnan( const_cast<double>( v ) ) );
return static_cast<bool>( _isnan( static_cast<double>( v ) ) );
}
#elif HAVE_IEEE_COMPARISONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment