From 191e06cb22efd4bd607a7f54abe16df6b4dded76 Mon Sep 17 00:00:00 2001
From: Tom Fischer <thomas.fischer@ufz.de>
Date: Tue, 3 Sep 2024 12:50:29 +0200
Subject: [PATCH] [T] Adjustments for higher output precision

---
 Applications/Utils/Tests.cmake                         |  2 +-
 Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc         |  4 ++--
 .../geometryToGmshGeo/square_1x1_adaptive.geo          | 10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Applications/Utils/Tests.cmake b/Applications/Utils/Tests.cmake
index 801c6b8a920..40f982958d2 100644
--- a/Applications/Utils/Tests.cmake
+++ b/Applications/Utils/Tests.cmake
@@ -1060,7 +1060,7 @@ AddTest(
     EXECUTABLE_ARGS -i square_1x1.gml -i line_intersecting_square.gml -o ${Data_BINARY_DIR}/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_with_intersecting_line.geo
     PROPERTIES
         PASS_REGULAR_EXPRESSION
-        "point with id 5 and coordinates \\(1.001000000001, 0.6, 0\\) is outside of the polygon"
+        "point with id 5 and coordinates \\(1.001000000001, 0.59999999999999998, 0\\) is outside of the polygon"
 )
 AddTest(
     NAME ResetPropertiesInPolygonalRegion_AllElementNodesInPolygon
diff --git a/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc b/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc
index aa512a678fe..834a995dc07 100644
--- a/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc
+++ b/Tests/Data/MeshGeoToolsLib/Hamburg/output0.asc
@@ -1,7 +1,7 @@
 ncols 31
 nrows 22
-xllcorner 559328.04688
-yllcorner 5928784.5967
+xllcorner 559328.04688000004
+yllcorner 5928784.5966999996
 cellsize 250
 NODATA_value -9999
 -9999 -9999 -9999 -133.928 -133.918 -135.54 -142.008 -149.279 -152.771 -153.602 -154.069 -155.072 -155.222 -157.686 -160.532 -161.116 -160.904 -159.763 -159.524 -160.174 -160.93 -160.81 -160.38 -161.125 -159.845 -155.838 -152.162 -149.474 -146.948 -143.091 -140.645
diff --git a/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo b/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo
index b46deb659b9..eb12f93543a 100644
--- a/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo
+++ b/Tests/Data/MeshGeoToolsLib/geometryToGmshGeo/square_1x1_adaptive.geo
@@ -1,9 +1,9 @@
-// GMSH input file created by OpenGeoSys 6.4.0-427-gdca679359.dirty
+// GMSH input file created by OpenGeoSys 6.5.2-325-g593bae04
 
-Point(0) = {0, 0, 0, 0.2};
-Point(1) = {0, 1, 0, 0.2};
-Point(2) = {1, 0, 0, 0.2};
-Point(3) = {1, 1, 0, 0.2};
+Point(0) = {0, 0, 0, 0.20000000000000001};
+Point(1) = {0, 1, 0, 0.20000000000000001};
+Point(2) = {1, 0, 0, 0.20000000000000001};
+Point(3) = {1, 1, 0, 0.20000000000000001};
 Line(0) = {0,1};
 Line(1) = {1,3};
 Line(2) = {3,2};
-- 
GitLab