mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixes by clang-tidy
This commit is contained in:
@@ -59,7 +59,7 @@ std::vector<RimPolygonInView*> RimPolygonInViewCollection::visiblePolygonsInView
|
||||
|
||||
for ( auto coll : m_collectionsInView )
|
||||
{
|
||||
if ( coll->isChecked() == false ) continue;
|
||||
if ( !coll->isChecked() ) continue;
|
||||
|
||||
auto other = coll->visiblePolygonsInView();
|
||||
polys.insert( polys.end(), other.begin(), other.end() );
|
||||
|
||||
Reference in New Issue
Block a user