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