From 8aac3cc3979cb1a6bc38c8daa9b0df20330e7166 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Fri, 15 Nov 2019 14:33:49 +0100 Subject: [PATCH] [MGTL] Rm unused MeshNodeSearcher::getMeshID(). --- MeshGeoToolsLib/MeshNodeSearcher.cpp | 5 ----- MeshGeoToolsLib/MeshNodeSearcher.h | 5 ----- 2 files changed, 10 deletions(-) diff --git a/MeshGeoToolsLib/MeshNodeSearcher.cpp b/MeshGeoToolsLib/MeshNodeSearcher.cpp index 85df600ca7d..8870cf4e398 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.cpp +++ b/MeshGeoToolsLib/MeshNodeSearcher.cpp @@ -238,9 +238,4 @@ MeshNodeSearcher const& MeshNodeSearcher::getMeshNodeSearcher( return *_mesh_node_searchers[mesh_id]; } -std::size_t MeshNodeSearcher::getMeshId() const -{ - return _mesh.getID(); -} - } // end namespace MeshGeoToolsLib diff --git a/MeshGeoToolsLib/MeshNodeSearcher.h b/MeshGeoToolsLib/MeshNodeSearcher.h index 910c0dad7d0..aa66ea4692b 100644 --- a/MeshGeoToolsLib/MeshNodeSearcher.h +++ b/MeshGeoToolsLib/MeshNodeSearcher.h @@ -140,11 +140,6 @@ public: MeshNodesAlongSurface& getMeshNodesAlongSurface( GeoLib::Surface const& sfc) const; - /** - * Get the mesh this searcher operates on. - */ - std::size_t getMeshId() const; - /** * Returns a (possibly new) mesh node searcher for the mesh. * A new one will be created, if it does not already exists. -- GitLab