In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / Sum.i
blobdd3ee89cff64cae515e198002daf8e3b65b2b635
1 %module "Math::GSL::Sum"
2 %include "gsl_typemaps.i"
4 %apply double *OUTPUT { double * sum_accel, double * abserr, double * abserr_trunc };
6 %{
7 #include "gsl/gsl_sum.h"
8 %}
10 %include "gsl/gsl_sum.h"
11 %include "../pod/Sum.pod"