Finally got @EXPORT_OK/%EXPORT_TAGS to work, initially implemented on the PowInt...
[Math-GSL.git] / Interp.i
blob2a0d6ea87798bfac01cace339ac8b0df90bcf9b5
1 %module Interp
2 %{
3 #include "gsl/gsl_interp.h"
4 %}
5 %import "gsl/gsl_types.h"
7 %include "gsl/gsl_interp.h"