Skip to content

Commit

Permalink
Add atexit callback to helicsCloseLibrary (#15)
Browse files Browse the repository at this point in the history
Add atexit callback to helicsCloseLibrary
  • Loading branch information
kdheepak authored Oct 26, 2019
2 parents 14fd645 + ea53bbf commit ea30072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HELICS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ include(depsjl_path)
# Module initialization function
function __init__()
check_deps()
atexit(helicsCloseLibrary)
end

module Lib
Expand Down

0 comments on commit ea30072

Please sign in to comment.