Not needed as a dependency, the Pod tests will only be run if Test::Pod is installed.
[Math-GSL.git] / Fit.i
blob3b177ef4ac0855eb8b3c744bb004b3dbdd1df604
1 %module Fit
2 %{
3 #include "/usr/local/include/gsl/gsl_fit.h"
4 %}
6 %include "/usr/local/include/gsl/gsl_fit.h"