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