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
change, see Changelog there.
  • Loading branch information
j-fu committed Nov 29, 2024
1 parent ac041e2 commit c3107a7
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 = "ExtendableGrids"
uuid = "cfc395e8-590f-11e8-1f13-43a2532b2fa8"
authors = ["Juergen Fuhrmann <[email protected]>", "Christian Merdon <[email protected]>", "Johannes Taraz <[email protected]>", "Patrick Jaap <[email protected]>"]
version = "1.11"
version = "1.12"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down Expand Up @@ -50,7 +50,7 @@ Random = "1.9"
SparseArrays = "1.9"
StaticArrays = "1"
StatsBase = "0.34"
TetGen = "1.5.1"
TetGen = "1.5.1, 2"
Triangulate = "2.3.2"
UUIDs = "1.6"
WriteVTK = "1.14"
Expand Down

0 comments on commit c3107a7

Please sign in to comment.