From a23c038e07ef5e3a9fb9c7fd819755cae1a787e5 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Thu, 28 Sep 2023 16:39:47 +0200
Subject: [PATCH] [MGTL] Fix name of a public class member

---
 MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp b/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp
index 861709a3423..583e36593c8 100644
--- a/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp
+++ b/MeshGeoToolsLib/ConstructMeshesFromGeometries.cpp
@@ -80,7 +80,7 @@ constructAdditionalMeshesFromGeometries(
             // construct the subdomain NodePartitionedMesh
             auto const* bulk_mesh =
                 dynamic_cast<MeshLib::NodePartitionedMesh const*>(
-                    &boundary_element_searcher._mesh);
+                    &boundary_element_searcher.mesh);
 
             additional_meshes.push_back(
                 MeshLib::transformMeshToNodePartitionedMesh(
-- 
GitLab