Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / swig / Histogram2D.i
blobaec3a93000b786074c04b1d96cf333404317ea75
1 %module "Math::GSL::Histogram2D"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %apply double *OUTPUT { double * xlower, double * xupper, double * ylower, double * yupper, double * x, double * y};
6 %apply int *OUTPUT { size_t * i, size_t * j };
8 %{
9 #include "gsl/gsl_histogram2d.h"
12 %include "gsl/gsl_histogram2d.h"
13 %include "../pod/Histogram2D.pod"