diff --git a/MeshGeoToolsLib/BoundaryElementsSearcher.h b/MeshGeoToolsLib/BoundaryElementsSearcher.h index ce744a539b6d340b053ae8c13f90d8e00ea6b9a3..023b87df8a3ebbb8cdaaa85b1d8253efc0641188 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;