Refactoring of the Complex tests
[Math-GSL.git] / Sort.i
blob958020c548d19fa781765c112d132b070574f62a
1 %module Sort
2 %{
3 #include "gsl/gsl_sort.h"
4 %}
6 %include "gsl/gsl_sort.h"