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

[MGTL] Clang format.

parent bcacb774
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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