Skip to content
Snippets Groups Projects
Commit 8aac3cc3 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MGTL] Rm unused MeshNodeSearcher::getMeshID().

parent cbb7f90d
No related branches found
No related tags found
No related merge requests found
...@@ -238,9 +238,4 @@ MeshNodeSearcher const& MeshNodeSearcher::getMeshNodeSearcher( ...@@ -238,9 +238,4 @@ MeshNodeSearcher const& MeshNodeSearcher::getMeshNodeSearcher(
return *_mesh_node_searchers[mesh_id]; return *_mesh_node_searchers[mesh_id];
} }
std::size_t MeshNodeSearcher::getMeshId() const
{
return _mesh.getID();
}
} // end namespace MeshGeoToolsLib } // end namespace MeshGeoToolsLib
...@@ -140,11 +140,6 @@ public: ...@@ -140,11 +140,6 @@ public:
MeshNodesAlongSurface& getMeshNodesAlongSurface( MeshNodesAlongSurface& getMeshNodesAlongSurface(
GeoLib::Surface const& sfc) const; 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. * Returns a (possibly new) mesh node searcher for the mesh.
* A new one will be created, if it does not already exists. * A new one will be created, if it does not already exists.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment