fix remaining swig files, add test to SF
[Math-GSL.git] / trunk / Roots.i
blob45ff5fd9dc5e9bc64b62e3101411cb9be4fb53be
1 %module Roots
2 %{
3 #include "gsl/gsl_roots.h"
4 %}
5 %import "gsl/gsl_types.h"
6 %include "gsl/gsl_roots.h"