david-cortes / approxcdf

(Python, R, C) Fast approximations for the CDF of multivariate normal distributions
http://approxcdf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 5 forks source link

add missing curly brace in approxcdf.h #2

Closed ewfuentes closed 9 months ago

ewfuentes commented 9 months ago

Including approxcdf.h into a C++ file fails to compile due a missing opening curly brace in the extern statement. This PR fixes the issue.

david-cortes commented 9 months ago

Thanks, added.