Skip to content

Commit

Permalink
Allow TetGen v1 and v2.
Browse files Browse the repository at this point in the history
Formaly TetGen 1->2 is breaking, in practice we use a part of the API which did not
cange, see Changelog there.
  • Loading branch information
j-fu committed Nov 29, 2024
1 parent 0b46883 commit 1dad040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SimplexGridFactory"
uuid = "57bfcd06-606e-45d6-baf4-4ba06da0efd5"
authors = ["Juergen Fuhrmann <[email protected]>"]
version = "2.2.1"
version = "2.3.0"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -24,6 +24,6 @@ FileIO = "1"
LinearAlgebra = "1.9"
MeshIO = "0.4"
Printf = "1.6"
TetGen = "1.5"
TetGen = "1.5,2"
Triangulate = "2.3.1"
julia = "1.9"

0 comments on commit 1dad040

Please sign in to comment.