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