Fiddle with Typemaps. Poly is happy, Sort is not.
[Math-GSL.git] / Interp.i
blob501b2e761dbff5a977c48289cced15164cff72a3
1 %module Interp
2 %{
3 #include "/usr/local/include/gsl/gsl_types.h"
4 #include "/usr/local/include/gsl/gsl_interp.h"
5 %}
6 %include "/usr/local/include/gsl/gsl_types.h"
7 %include "/usr/local/include/gsl/gsl_interp.h"