In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Integration.i
blobe09249ebc402d1dc94b87b90bb2fe0a832631b0b
1 %module "Math::GSL::Integration"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %{
6 #include "gsl/gsl_integration.h"
7 #include "gsl/gsl_math.h"
8 %}
9 %include "gsl/gsl_integration.h"
10 %include "gsl/gsl_math.h"
11 %include "../pod/Integration.pod"