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