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