[vtk-developers] [VTK 0011816]: vtkMPASReader uses isnan which does not exist on windows.

Mantis Bug Tracker mantis at public.kitware.com
Tue Feb 8 04:42:51 EST 2011


The following issue has been SUBMITTED. 
====================================================================== 
http://www.paraview.org/Bug/view.php?id=11816 
====================================================================== 
Reported By:                John Stark.
Assigned To:                
====================================================================== 
Project:                    VTK
Issue ID:                   11816
Category:                   Development
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2011-02-08 04:42 EST
Last Modified:              2011-02-08 04:42 EST
====================================================================== 
Summary:                    vtkMPASReader uses isnan which does not exist on
windows.
Description: 
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. 

Steps to Reproduce: 
Build on windows from head at 436dd0becdca417600b68efc08cb1b77e7dc99e9. 

Additional Information: 
Can be fixed by replacing isnan with vtkMath::IsNan where it occurs in
vtkMPASReader.cxx.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2011-02-08 04:42 John Stark.    New Issue                                    
======================================================================




More information about the vtk-developers mailing list