mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor : Use enum class
This commit is contained in:
@@ -114,17 +114,6 @@ void RivWellConnectionFactorPartMgr::appendDynamicGeometryPartsToModel( cvf::Mod
|
||||
std::vector<CompletionVizData> completionVizDataItems;
|
||||
for ( const auto& completionsForCell : completionsForWellPath )
|
||||
{
|
||||
if ( !m_virtualPerforationResult->showConnectionFactorsOnClosedConnections() )
|
||||
{
|
||||
for ( const auto& completion : completionsForCell.second )
|
||||
{
|
||||
if ( completion.connectionState() == SHUT )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
bool showConnectionFactorOnWellPath = true;
|
||||
{
|
||||
for ( const auto& completion : completionsForCell.second )
|
||||
|
Reference in New Issue
Block a user