From c3107a74c895e0455f19780017a90e1d71630d4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Fri, 29 Nov 2024 11:52:50 +0100 Subject: [PATCH] Allow TetGen v1 and v2. Formaly TetGen 1->2 is breaking, in practice we use a part of the API which did not change, see Changelog there. --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 15ea5860..740d9d97 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ExtendableGrids" uuid = "cfc395e8-590f-11e8-1f13-43a2532b2fa8" authors = ["Juergen Fuhrmann ", "Christian Merdon ", "Johannes Taraz ", "Patrick Jaap "] -version = "1.11" +version = "1.12" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" @@ -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"