Merge branch 'bleed' of ssh://leto.net/git/Math-GSL into bleed
[Math-GSL.git] / swig / Sum.i
blobab65792af5283ca74a5fe4c08b9c3e33af39cae3
1 %module "Math::GSL::Sum"
2 %include "gsl_typemaps.i"
4 %{
5 #include "gsl/gsl_sum.h"
6 %}
8 %include "gsl/gsl_sum.h"
9 %include "../pod/Sum.pod"