mmottl / gsl-ocaml

OCaml bindings to the GSL (GNU Scientific Library).
Other
36 stars 10 forks source link

Add missing version import for multivariate gaussian #33

Closed mSinkievic closed 11 months ago

mSinkievic commented 2 years ago

The #ifdef was not triggering due to the version number not being imported. The bindings themselves seem to work once this is fixed, at least in my comparison between some original and ported c code.

mmottl commented 11 months ago

Thanks a lot for this change and sorry for the long delay!