First working typemaps are in Poly subsystem. Still fighting with Randist...
[Math-GSL.git] / QRNG.i
blob5a16f1cef390e4b0981d91441ec5f17757f6789e
1 %module QRNG
2 %{
3 #include "/usr/local/include/gsl/gsl_types.h"
4 #include "/usr/local/include/gsl/gsl_qrng.h"
5 %}
7 %include "/usr/local/include/gsl/gsl_types.h"
8 %include "/usr/local/include/gsl/gsl_qrng.h"