make smoke_some_mathgsl call smolder_mathgsl with the current perl
[Math-GSL.git] / swig / Histogram.i
blob8d513b28be5ab46c57ec41d15464b39cda59f6e4
1 %module "Math::GSL::Histogram"
2 %include "typemaps.i"
3 %include "gsl_typemaps.i"
5 %{
6 #include "gsl/gsl_histogram.h"
7 %}
9 %include "gsl/gsl_histogram.h"
10 %include "../pod/Histogram.pod"