Hi David,
yes, I think plplot.h should take care of that. I will fix this tonight,
if no one beats me to it.
Regards,
Arjen
On 2010-02-23 07:32, David MacMahon wrote:
> I notice plplot.h defines PLFLT_MAX to be either FLT_MAX or DBL_MAX
> depending on whether PL_DOUBLE (or DOUBLE) is defined.
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 " to my source fi