Hi Jordi, I've merged this fix yesterday but it seems I forgot to provide confirmation that it's been merged, so here it is - fix checked in ;-)
Robert. On 11 February 2013 18:05, Jordi Torres <[email protected]> wrote: > Hi Robert and Jan, > > I have added this to the Math header: > > #elif defined(__ANDROID__) > inline bool isNaN(float v) { return isnan(v); } > inline bool isNaN(double v) { return isnan(v); } > > I am going to send a separate submission for the osc plugin to keep the > topic in this thread. > > Cheers. > -- > Jordi Torres Fabra > > gvSIG 3D blog > http://gvsig3d.blogspot.com > > > _______________________________________________ > osg-submissions mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
