Finally got @EXPORT_OK/%EXPORT_TAGS to work, initially implemented on the PowInt...
[Math-GSL.git] / Specfunc.i
blob3a491a9234393e7bf631e22ef8bbe8c4011bd787
1 %module Specfunc
2 %{
3 #include "gsl/gsl_specfunc.h"
4 %}
6 %include "gsl/gsl_specfunc.h"