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