Skip to content

Commit

Permalink
1.6 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Sep 25, 2023
1 parent a6ddb96 commit 95bc90d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Catalyst.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,8 @@ export balance_reaction
# HomotopyContinuation
function hc_steady_states end
export hc_steady_states
if !isdefined(Base, :get_extension) # Workaroudn for 1.6 compatibility
include("../ext/CatalystHomotopyContinuationExtension.jl")
end

end # module

0 comments on commit 95bc90d

Please sign in to comment.