Comment out some more free() calls, which need to be turned on per-subsystem to weed...
[Math-GSL.git] / swig / Roots.i
bloba86d3d58d7c6a37e369f8931dc8058a8bf31f00a
1 %module "Math::GSL::Roots"
2 %include "gsl_typemaps.i"
3 %include "typemaps.i"
4 %{
5 #include "gsl/gsl_types.h"
6 #include "gsl/gsl_roots.h"
7 %}
8 %include "gsl/gsl_types.h"
9 %include "gsl/gsl_roots.h"
10 %include "../pod/Roots.pod"