[Paraview-developers] vtkOSPRayRendererNode.cxx: error: ‘isnan’ was not declared

David E DeMarle dave.demarle at kitware.com
Wed Oct 26 08:31:50 EDT 2016


Thanks Jean.

Mind filing a issue report on VTK's gitlab to help me keep track of this?

https://gitlab.kitware.com/vtk/vtk/issues

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909

On Wed, Oct 26, 2016 at 7:50 AM, Favre Jean <jfavre at cscs.ch> wrote:

> Hello developers
>
> I switched to a new machine with a newer compiler.
>
> g++ (Ubuntu 5.4.0) does not like
>
> vtkOSPRayRendererNode.cxx:124:36: error: ‘isnan’ was not declared in this
> scope
>
> I corrected to the following line to make it compile cleanly:
>
> if (std::isnan(ospDepthBuffer[i]))
>
> This is both in ParaView master, and 5.2RC2
>
> -----------------
> Jean
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensou
> rce/opensource.html
>
> Search the list archives at: http://markmail.org/search/?q=
> Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20161026/8094379c/attachment.html>


More information about the Paraview-developers mailing list