Janitor : Use enum class

This commit is contained in:
Magne Sjaastad
2021-05-18 15:29:20 +02:00
parent 827cf75207
commit b518acada6
18 changed files with 154 additions and 199 deletions

View File

@@ -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 )