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

[MeL/Elements] Clang format.

parent e912ea8c
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,10 @@ public: ...@@ -141,7 +141,10 @@ public:
/** /**
* Returns true if the element has zero length/area/volume. * Returns true if the element has zero length/area/volume.
*/ */
bool hasZeroVolume() const { return this->getContent() < std::numeric_limits<double>::epsilon(); } bool hasZeroVolume() const
{
return this->getContent() < std::numeric_limits<double>::epsilon();
}
/// Returns true if the element is located at a boundary (i.e. has at least one face without neighbour) /// Returns true if the element is located at a boundary (i.e. has at least one face without neighbour)
virtual bool isBoundaryElement() const; virtual bool isBoundaryElement() const;
......
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