Skip to content

Commit

Permalink
set dummy variable to be nothing and try to fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
youwuyou committed Oct 4, 2023
1 parent b4a5761 commit 3840345
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module API

using CEnum

libsimpson = joinpath(ENV["LIBSIMPSON_DIR"], "libsimpson.so")
# libsimpson = joinpath(ENV["LIBSIMPSON_DIR"], "libsimpson.so")
libsimpson = nothing

"""
integrate(a, b, bins, _function)
Expand Down

0 comments on commit 3840345

Please sign in to comment.