From 13e975b85b65b330a80fdb4e277cf7a7e7c0c2d1 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Mon, 23 Apr 2018 10:35:35 +0200 Subject: [PATCH] [MGTL] Clang format. --- MeshGeoToolsLib/BoundaryElementsSearcher.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MeshGeoToolsLib/BoundaryElementsSearcher.h b/MeshGeoToolsLib/BoundaryElementsSearcher.h index ce744a539b6..023b87df8a3 100644 --- a/MeshGeoToolsLib/BoundaryElementsSearcher.h +++ b/MeshGeoToolsLib/BoundaryElementsSearcher.h @@ -68,15 +68,16 @@ public: * @param ply the GeoLib::Polyline the nearest mesh nodes are searched for * @return a vector of boundary element objects */ - std::vector<MeshLib::Element*> const& getBoundaryElementsAlongPolyline(GeoLib::Polyline const& ply); + std::vector<MeshLib::Element*> const& getBoundaryElementsAlongPolyline( + GeoLib::Polyline const& ply); /** * generate boundary elements on the given surface. * @param sfc the GeoLib::Surface the nearest mesh nodes are searched for * @return a vector of boundary element objects */ - std::vector<MeshLib::Element*> const& getBoundaryElementsOnSurface(GeoLib::Surface const& sfc); - + std::vector<MeshLib::Element*> const& getBoundaryElementsOnSurface( + GeoLib::Surface const& sfc); private: MeshLib::Mesh const& _mesh; -- GitLab