MantisBT - VTK
View Issue Details
0011816VTK(No Category)public2011-02-08 04:422013-04-05 20:22
John Stark. 
Dave DeMarle 
normalmajoralways
closedfixed 
Windows
 
 
0011816: vtkMPASReader uses isnan which does not exist on windows.
The latest version in the git repo does not build on windows due to the use of the isnan() function. This is a C99 / TR1 function which visual studio does not have.
Build on windows from head at 436dd0becdca417600b68efc08cb1b77e7dc99e9.
Can be fixed by replacing isnan with vtkMath::IsNan where it occurs in vtkMPASReader.cxx.
No tags attached.
Issue History
2011-02-08 04:42John Stark.New Issue
2011-02-08 08:12David PartykaAssigned To => Dave DeMarle
2011-02-08 08:12David PartykaStatusbacklog => tabled
2011-02-08 08:57Dave DeMarleNote Added: 0025322
2011-02-08 08:57Dave DeMarleStatustabled => @80@
2011-02-08 08:57Dave DeMarleResolutionopen => fixed
2011-06-16 13:12Zack GalbreathCategoryDevelopment => (No Category)
2013-04-05 20:22Berk GeveciStatuscustomer review => closed

Notes
(0025322)
Dave DeMarle   
2011-02-08 08:57   
Sorry, continuous dashboards were down Yesterday.
ee8f5da43417 fixes it.