Merge branch 'master' of http://thgate.net/git/Math-GSL and comment out some failing...
[Math-GSL.git] / Chebyshev.i
blobfc57d2fb7f38b143243eca04cbe5887e2cc228e9
1 %module Chebyshev
2 %{
3 #include "gsl/gsl_chebyshev.h"
4 %}
6 %include "gsl/gsl_chebyshev.h"