In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Histogram.i
blobdca65ab438a9e76a8385feb61c858ad15bd21aea
1 %module "Math::GSL::Histogram"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %apply double *OUTPUT { double * lower, double * upper, size_t * i};
7 %{
8 #include "gsl/gsl_histogram.h"
9 %}
11 %include "gsl/gsl_histogram.h"
12 %include "../pod/Histogram.pod"