Re: [Plplot-devel] [Perldl] Troubling PDL behavior with constants

2008-12-12 Thread Douglas Hunt
Chris: On Fri, 12 Dec 2008, Chris Marshall wrote: > Doug Hunt wrote: >> >> So, I would like to propose one of two remedies (attached). >> >> The first (pdlcore.c.PL.diff) would be to get rid of >> pdl_whichdatatype_double and just assume that scalars convert to doubles, >> not floats. This w

Re: [Plplot-devel] [Perldl] Troubling PDL behavior with constants

2008-12-12 Thread Douglas Hunt
Hi Rob: I'm sure that changing to GenericTypes = ['D', 'F'] fixes the problem on my 32 bit Linux machine. If you saw different behavior, perhaps it was on a Windows box? --Doug On Sat, 13 Dec 2008, Sisyphus wrote: > > - Original Message - From: "Doug Hunt" > . > . >> Another approac