Remove previous %apply and %typemap directives
[Math-GSL.git] / swig / Interp.i
blob17838b95c649bb309efe352eeb9c623c3503da82
1 %module "Math::GSL::Interp"
3 %include "typemaps.i"
4 %include "gsl_typemaps.i"
6 %{
7 #include "gsl/gsl_types.h"
8 #include "gsl/gsl_interp.h"
9 %}
11 %ignore gsl_interp_type;
13 %include "gsl/gsl_types.h"
14 %include "gsl/gsl_interp.h"
16 %include "../pod/Interp.pod"