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