Update Changes
[Math-GSL.git] / swig / PowInt.i
blob1145756f648fa9409272a05e86915c9b2ab07239
1 %module "Math::GSL::PowInt"
2 %include "gsl_typemaps.i"
3 %include "system.i"
4 %{
5 #include "gsl/gsl_pow_int.h"
6 %}
7 #if GSL_MINOR_VERSION == 12
8 %import "gsl/gsl_inline.h"
9 #endif
11 %include "gsl/gsl_pow_int.h"
12 %include "../pod/PowInt.pod"