In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / CDF.i
blob5edd47571257e6a0a279dfe5b1145c680e37881f
1 %module "Math::GSL::CDF"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
4 %{
5 #include "gsl/gsl_cdf.h"
6 %}
8 %include "gsl/gsl_cdf.h"
9 %include "../pod/CDF.pod"