make smoke_some_mathgsl call smolder_mathgsl with the current perl
[Math-GSL.git] / swig / Spline.i
blob15444349040fe923f54abcc2f3d4a583358776e7
1 %module "Math::GSL::Spline"
3 %include "typemaps.i"
4 %include "gsl_typemaps.i"
6 %{
7 #include "gsl/gsl_spline.h"
8 %}
10 %include "gsl/gsl_spline.h"
12 %include "../pod/Spline.pod"