Made some changes to Randist subsystem but need RNG to work first.
[Math-GSL.git] / Test.i
blobac12cc184614935b518b57e00d039c28b768f722
1 %module Test
2 %{
3 #include "gsl/gsl_test.h"
4 %}
6 %include "gsl/gsl_test.h"