[Insight-developers] Re: [Insight-users] Tiger OSX

Zachary Pincus zpincus at stanford.edu
Mon May 23 18:20:23 EDT 2005


>
> The "quick" solution is to avoid use of the inline version of the 
> symbol by using these lines instead:
>
> #if defined(__APPLE__)
> # include <math.h>
> # define isnan(x) __isnand((double)x)
> #endif
>

Should this go into the ITK version of vnl_math? Or should this just be 
a "local" fix for people to apply on their own until a better solution 
appears?

Zach



More information about the Insight-users mailing list