On Thu, Nov 14, 2013 at 4:40 AM, Alexis Praga <[email protected]> wrote: > Thanks for the patch, it works :) > I had to use the --ignore-whitespace option for patching though. > > Was this due to an issue with 64-bit addresses by older PDL versions ?
PDL-2.007 introduced 64bit index support and a new indexing datatype, PDL_Indx which is either a 32bit or 64bit int depending on whether your perl/platfrom is 32 or 64 bit capable. This patch uses the correct index data type based on the version of PDL ( PDL-2.007 corresponds to PDL_CORE_VERSION == 10 ). -chm _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
