Skip to content
Snippets Groups Projects
Commit 8d3e1061 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

STYLE: remove redundant size check

parent 15d5fca1
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ Foam::patchIdentifier::~patchIdentifier() ...@@ -82,7 +82,7 @@ Foam::patchIdentifier::~patchIdentifier()
bool Foam::patchIdentifier::inGroup(const word& name) const bool Foam::patchIdentifier::inGroup(const word& name) const
{ {
return inGroups_.size() && findIndex(inGroups_, name) != -1; return findIndex(inGroups_, name) != -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment