Skip to content

Commit

Permalink
add export
Browse files Browse the repository at this point in the history
  • Loading branch information
TimSiebert1 committed Jun 29, 2024
1 parent 41f2316 commit 64b928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ADOLC.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export TbAlloc, TlAlloc, Adouble, getValue, get_gradient
export abs_normal!, AbsNormalForm

export derivative,
derivative!, allocator, jl_allocator, create_independent, dependent, cxx_res_to_jl_res!, cxx_res_to_jl_res
derivative!, allocator, jl_allocator, create_independent, dependent, cxx_res_to_jl_res!, cxx_res_to_jl_res, jl_res_to_cxx_res, jl_res_to_cxx_res!

export erf, eps

Expand Down

0 comments on commit 64b928d

Please sign in to comment.