Added some real tests for Poly subsystem after I finally understood how
[Math-GSL.git] / Combination.i
blob865de454c22b7c4f476a4b4525722e60b066d687
1 %module Combination
2 %{
3 #include "gsl/gsl_combination.h"
4 %}
6 %include "gsl/gsl_combination.h"