Refactoring of Complex/Test.pm and a new test for gsl_complex_polar reveals a suspici...
[Math-GSL.git] / Histogram.i
blobcd79e87acd2256c5a1d661b0c9386efce5722fbd
1 %module Histogram
2 %{
3 #include "gsl/gsl_histogram.h"
4 %}
6 %include "gsl/gsl_histogram.h"