<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello developers<br>
<br>
I switched to a new machine with a newer compiler.<br>
<br>
<div>g++ (Ubuntu 5.4.0) does not like <br>
<br>
vtkOSPRayRendererNode.cxx:124:36: error: ‘isnan’ was not declared in this scope<br>
<br>
I corrected to the following line to make it compile cleanly:<br>
<br>
if (std::isnan(ospDepthBuffer[i]))<br>
<br>
This is both in ParaView master, and 5.2RC2<br>
<br>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">-----------------<br>
Jean<br>
</div>
</span></font></div>
</div>
</div>
</body>
</html>