Skip to content

Commit

Permalink
fixes needed by registrator
Browse files Browse the repository at this point in the history
  • Loading branch information
bbejanov committed Dec 7, 2021
1 parent c46c00b commit 65a207b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/FAME.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ function init_chli()
close_chli()
global chli = Chli()

if chli.lib === nothing
@warn "FAME not found."
return
end
chli.lib === nothing && return

@cfm_call_check(cfmini)

global FAME_INDEX_NC = @cfm_global(FAME_INDEX_NC, FameIndex)
global FAME_INDEX_NA = @cfm_global(FAME_INDEX_NA, FameIndex)
global FAME_INDEX_ND = @cfm_global(FAME_INDEX_ND, FameIndex)

global FPRCNA = @cfm_global(FPRCNA, Cdouble)
global FPRCNC = @cfm_global(FPRCNC, Cdouble)
Expand Down

0 comments on commit 65a207b

Please sign in to comment.