Skip to content

Commit

Permalink
Improve extension name (to avoid conflicts)
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Sep 25, 2023
1 parent 6a04581 commit c3cbd96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"

[extensions]
HomotopyContinuationExtension = "HomotopyContinuation"
CatalystHomotopyContinuationExtension = "HomotopyContinuation"

[compat]
DataStructures = "0.18"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ext/HomotopyContinuationExtension.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ import HomotopyContinuation as HC
import Symbolics: unwrap, wrap, Rewriters, symtype, issym, istree

# Creates and exports hc_steady_states function.
include("HomotopyContinuationExtension/homotopy_continuation_extension.jl")
include("CatalystHomotopyContinuationExtension/homotopy_continuation_extension.jl")

end

0 comments on commit c3cbd96

Please sign in to comment.