Skip to content

Commit 5b7bfc5

Browse files
committed
Allow TetGen v1 and v2.
Formaly TetGen 1->2 is breaking, in practice we use a part of the API which did not cange, see Changelog there.
1 parent 0b46883 commit 5b7bfc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SimplexGridFactory"
22
uuid = "57bfcd06-606e-45d6-baf4-4ba06da0efd5"
33
authors = ["Juergen Fuhrmann <[email protected]>"]
4-
version = "2.2.1"
4+
version = "2.3.0"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -24,6 +24,6 @@ FileIO = "1"
2424
LinearAlgebra = "1.9"
2525
MeshIO = "0.4"
2626
Printf = "1.6"
27-
TetGen = "1.5"
27+
TetGen = "1.5,2"
2828
Triangulate = "2.3.1"
2929
julia = "1.9"

0 commit comments

Comments
 (0)