I notice plplot.h defines PLFLT_MAX to be either FLT_MAX or DBL_MAX  
depending on whether PL_DOUBLE (or DOUBLE) is defined.  It does not,  
however, include float.h which is where (at least on my Mac) FLT_MAX  
and DBL_MAX appear to be defined.

For now, I will just add "#include <float.h>" to my source file that  
uses PLFLT_MAX, but shouldn't plplot.h include it for me?

Thanks,
Dave


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to